/aosp14/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | CompanionDeviceManagerServiceInternal.java | 60 void crossDeviceSync(int userId, Collection<CrossDeviceCall> calls); in crossDeviceSync() 65 void crossDeviceSync(AssociationInfo associationInfo, Collection<CrossDeviceCall> calls); in crossDeviceSync()
|
H A D | CompanionDeviceManagerService.java | 1427 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 D | StreamsBenchmark.java | 43 private SparseIntArray calls; field in StreamsBenchmark
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/ |
H A D | CallMetadataSyncInCallService.java | 179 CrossDeviceCall getCallForId(String crossDeviceCallId, Collection<CrossDeviceCall> calls) { in getCallForId()
|
H A D | CrossDeviceSyncController.java | 355 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 D | ViewerConfigBuilder.kt | 54 val calls = mutableListOf<Pair<LogCall, ParsingContext>>() regex
|
/aosp14/frameworks/base/core/proto/android/companion/ |
H A D | telecom.proto | 108 repeated Call calls = 1; field
|
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
H A D | TransportManagerTest.java | 753 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 D | notification.proto | 247 optional State calls = 4; field 341 optional State calls = 1; field
|
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | SourceTransformerTest.kt | 220 val calls = code.findAll(MethodCallExpr::class.java) regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeFiltering.java | 430 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 D | PreferencesHelperTest.java | 4764 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 D | NotificationManagerServiceTest.java | 1532 List<NotificationChannelLoggerFake.CallRecord> calls = mLogger.getCalls(); in testSetNotificationsEnabledForPackage() local
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 695 final int calls = safeInt(parser, ALLOW_ATT_CALLS_FROM, ZenPolicy.PEOPLE_TYPE_UNSET); in readZenPolicyXml() local
|