Home
last modified time | relevance | path

Searched refs:NOTIFICATION (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioDynamicRouting.java46 ContextNumber.NOTIFICATION,
74 USAGE_TO_CONTEXT.put(AudioAttributes.USAGE_NOTIFICATION, ContextNumber.NOTIFICATION); in USAGE_TO_CONTEXT.put() argument
77 ContextNumber.NOTIFICATION); in USAGE_TO_CONTEXT.put() argument
79 ContextNumber.NOTIFICATION); in USAGE_TO_CONTEXT.put() argument
81 ContextNumber.NOTIFICATION); in USAGE_TO_CONTEXT.put() argument
82 USAGE_TO_CONTEXT.put(AudioAttributes.USAGE_NOTIFICATION_EVENT, ContextNumber.NOTIFICATION); in USAGE_TO_CONTEXT.put() argument
DCarAudioFocus.java217 if ((requestedContext == ContextNumber.NOTIFICATION) && in evaluateFocusRequest()
277 if ((requestedContext == ContextNumber.NOTIFICATION) && in evaluateFocusRequest()
DCarAudioZonesHelper.java74 CONTEXT_NAME_MAP.put("notification", ContextNumber.NOTIFICATION);
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DMessage.java161 return ReceptionStatus.NOTIFICATION; in strToReceptionStatus()
337 UNKNOWN, COMPLETE, FRACTIONED, NOTIFICATION enumConstant
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java186 case ItemType.NOTIFICATION: in copy()
187 dst.item = LauncherTarget.NOTIFICATION; in copy()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java174 LauncherLogProto.ItemType.NOTIFICATION); in onChildDismissed()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarAudioZonesHelperTest.java164 ContextNumber.ALARM, ContextNumber.NOTIFICATION, ContextNumber.SYSTEM_SOUND}; in loadAudioZones_parsesContexts()
/packages/apps/Launcher3/protos/
Dlauncher_log.proto72 NOTIFICATION = 8; enumerator
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java561 target.itemType = ItemType.NOTIFICATION;