Home
last modified time | relevance | path

Searched defs:calls (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerServiceInternal.java60 void crossDeviceSync(int userId, Collection<CrossDeviceCall> calls); in crossDeviceSync()
65 void crossDeviceSync(AssociationInfo associationInfo, Collection<CrossDeviceCall> calls); in crossDeviceSync()
H A DCompanionDeviceManagerService.java1427 public void crossDeviceSync(int userId, Collection<CrossDeviceCall> calls) { in crossDeviceSync()
1436 Collection<CrossDeviceCall> calls) { in crossDeviceSync()
/aosp14/frameworks/base/core/tests/benchmarks/src/android/util/
H A DStreamsBenchmark.java43 private SparseIntArray calls; field in StreamsBenchmark
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DCallMetadataSyncInCallService.java179 CrossDeviceCall getCallForId(String crossDeviceCallId, Collection<CrossDeviceCall> calls) { in getCallForId()
H A DCrossDeviceSyncController.java355 public void syncToAllDevicesForUserId(int userId, Collection<CrossDeviceCall> calls) { in syncToAllDevicesForUserId()
379 Collection<CrossDeviceCall> calls) { in syncToSingleDevice()
638 byte[] createCallUpdateMessage(Collection<CrossDeviceCall> calls, int userId) { in createCallUpdateMessage()
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DViewerConfigBuilder.kt54 val calls = mutableListOf<Pair<LogCall, ParsingContext>>() regex
/aosp14/frameworks/base/core/proto/android/companion/
H A Dtelecom.proto108 repeated Call calls = 1; field
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DTransportManagerTest.java753 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport() local
767 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport_whenNoTransportsRegistered() local
/aosp14/frameworks/base/core/proto/android/service/
H A Dnotification.proto247 optional State calls = 4; field
341 optional State calls = 1; field
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DSourceTransformerTest.kt220 val calls = code.findAll(MethodCallExpr::class.java) regex
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java430 private synchronized void cleanUp(ArrayMap<String, Long> calls, long now) { in cleanUp()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java4764 NotificationChannel calls = in testGetConversations_all() local
4848 NotificationChannel calls = in testGetConversations_notDemoted() local
4888 NotificationChannel calls = in testGetConversations_onlyImportant() local
5022 NotificationChannel calls = in testGetConversations() local
5069 NotificationChannel calls = in testDeleteConversations() local
H A DNotificationManagerServiceTest.java1532 List<NotificationChannelLoggerFake.CallRecord> calls = mLogger.getCalls(); in testSetNotificationsEnabledForPackage() local
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java695 final int calls = safeInt(parser, ALLOW_ATT_CALLS_FROM, ZenPolicy.PEOPLE_TYPE_UNSET); in readZenPolicyXml() local