Home
last modified time | relevance | path

Searched refs:CALL (Results 1 – 25 of 27) sorted by relevance

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeTest.java28 import static com.android.car.audio.CarAudioContext.CALL;
155 assertThat(suggestedContext).isEqualTo(CALL); in getSuggestedAudioContext_withCallStateOffHook_returnsCallContext()
172 List<Integer> activePlaybackContexts = ImmutableList.of(ALARM, CALL, NOTIFICATION); in getSuggestedAudioContext_withActivePlayback_returnsHighestPriorityContext()
178 assertThat(suggestedContext).isEqualTo(CALL); in getSuggestedAudioContext_withActivePlayback_returnsHighestPriorityContext()
189 assertThat(suggestedContext).isEqualTo(CALL); in getSuggestedAudioContext_withLowerPriorityActivePlaybackAndCall_returnsCall()
212 assertThat(suggestedContext).isEqualTo(CALL); in getSuggestedAudioContext_withV2AndNavigationConfigurationAndCall_returnsCall()
280 assertThat(suggestedContext).isEqualTo(CALL); in getSuggestedAudioContext_withHalActiveUsageAndActiveCall_returnsCall()
378 assertThat(suggestedContext).isEqualTo(CALL); in getSuggestedAudioContext_afterActiveContextTimeoutAndNewContext_returnsNewContext()
406 assertThat(newContext).isEqualTo(CALL); in getSuggestedAudioContext_afterMultipleQueriesAndNewContextCall_returnsNewContext()
492 @AudioContext int[] activeContexts = {CALL}; in isAnyContextActive_withActiveCallAndMatchedContext_returnsTrue()
DFocusInteractionTest.java117 FocusEntry focusEntry = newMockFocusEntryWithContext(CarAudioContext.CALL); in evaluateResult_forCallAndNavigation_withNavigationNotRejected_returnsConcurrent()
131 FocusEntry focusEntry = newMockFocusEntryWithContext(CarAudioContext.CALL); in evaluateResult_forCallAndNavigation_withNavigationRejected_returnsConcurrent()
256 FocusEntry focusEntry = newMockFocusEntryWithContext(CarAudioContext.CALL); in evaluateRequest_forRejectPair_withDelayedFocus_returnsDelayed()
266 FocusEntry focusEntry = newMockFocusEntryWithContext(CarAudioContext.CALL); in evaluateRequest_forRejectPair_withoutDelayedFocus_returnsReject()
DCarVolumeGroupUnitTest.java356 CarAudioContext.CALL, CarAudioContext.CALL_RING); in getContextsForAddress_returnsContextsBoundToThatAddress()
531 builder.setDeviceInfoForContext(CarAudioContext.CALL, mMediaDeviceInfo); in testVolumeGroupSetup()
DCarAudioContextTest.java144 .that(isCriticalAudioContext(CarAudioContext.CALL)).isFalse(); in isCriticalAudioContext_forNonCritialContexts_returnsFalse()
DCarDuckingUtilsTest.java226 when(mockZone.getAddressForContext(CarAudioContext.CALL)).thenReturn(CALL_ADDRESS); in generateAudioZoneMock()
/packages/services/Car/service/src/com/android/car/audio/
DCarDuckingUtils.java21 import static com.android.car.audio.CarAudioContext.CALL;
55 CALL, in sContextsToDuck.append() argument
66 sContextsToDuck.append(CALL, new int[]{ in sContextsToDuck.append() argument
86 CALL in sContextsToDuck.append() argument
93 CALL, in sContextsToDuck.append() argument
DCarAudioContext.java71 static final int CALL = 5; field in CarAudioContext
110 CALL,
127 CONTEXT_NAMES.append(CALL, "CALL"); in CONTEXT_NAMES.append() argument
163 CONTEXT_TO_USAGES.put(CALL, in CONTEXT_TO_USAGES.put() argument
282 CALL,
DCarVolume.java53 CarAudioContext.CALL,
70 CarAudioContext.CALL,
215 contexts.add(CarAudioContext.CALL); in getActiveContexts()
DFocusInteraction.java308 mInteractionMatrix[CarAudioContext.CALL][CarAudioContext.NAVIGATION] = in setRejectNavigationOnCallLocked()
310 sInteractionMatrix[CarAudioContext.CALL][CarAudioContext.NAVIGATION]; in setRejectNavigationOnCallLocked()
419 mInteractionMatrix[CarAudioContext.CALL][CarAudioContext.NAVIGATION] in dump()
DCarAudioZonesHelper.java81 CONTEXT_NAME_MAP.put("call", CarAudioContext.CALL);
101 CarAudioContext.CALL,
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainerTest.java105 CarNotificationTypeItem.CALL); in displayNotification_lowerImportanceContent_higherImportanceOnTop()
115 CarNotificationTypeItem.CALL); in displayNotification_higherImportanceContent_lowerImportanceBehind()
142 CarNotificationTypeItem.CALL); in displayNotification_allImportancePresent_newCallImportance_newIndex2()
252 CarNotificationTypeItem.CALL); in displayOneNotificationOfEveryImportance()
/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DCarHeadsUpNotificationContainer.java162 } else if (notificationTypeItem == CarNotificationTypeItem.CALL) { in getImportanceForCarNotificationTypeItem()
163 return HunImportance.CALL; in getImportanceForCarNotificationTypeItem()
172 CALL(/* level= */ 1), enumConstant
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java44 CALL(R.layout.call_headsup_notification_template, enumConstant
45 R.layout.call_notification_template, NotificationViewType.CALL, false),
132 case NotificationViewType.CALL: in getViewHolder()
DNotificationViewType.java40 NotificationViewType.CALL,
71 int CALL = 17; field
DNotificationUtils.java119 return CarNotificationTypeItem.CALL; in getNotificationViewType()
DCarNotificationViewAdapter.java206 return NotificationViewType.CALL; in getItemViewTypeImpl()
/packages/apps/Bluetooth/tests/unit/res/raw/
Dunknown_number_call.vcf6 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010200
13 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010300
Dsingle_missed_call.vcf6 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010100
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java68 NotificationViewType.CALL); in callNotificationType_shouldHaveCorrectValues()
69 assertThat(call.getNotificationType()).isEqualTo(NotificationViewType.CALL); in callNotificationType_shouldHaveCorrectValues()
DNotificationUtilsTest.java195 typeMap.put(Notification.CATEGORY_CALL, CarNotificationTypeItem.CALL); in onGetNotificationViewType_notificationIsARecognizedType_returnsCorrectType()
/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java69 public static final int CALL = 10; field in QuickContactEvent.ActionType
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DLogUtils.java40 int CALL = 5; field
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_initiation_type.proto50 // Call was placed from outside the Dialer (e.g. CALL intent sent
/packages/apps/Dialer/java/com/android/dialer/duo/
DDuo.java140 CALL, enumConstant
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperLegacyTest.java135 CarAudioContext.VOICE_COMMAND, CarAudioContext.CALL_RING, CarAudioContext.CALL, in loadAudioZones_associatesLegacyContextsWithCorrectBuses()

12