Home
last modified time | relevance | path

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

12

/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioContext.java81 static final int NOTIFICATION = 7; field in CarAudioContext
112 NOTIFICATION,
129 CONTEXT_NAMES.append(NOTIFICATION, "NOTIFICATION"); in CONTEXT_NAMES.append() argument
174 CONTEXT_TO_USAGES.put(NOTIFICATION, in CONTEXT_TO_USAGES.put() argument
284 NOTIFICATION,
H A DCarDuckingUtils.java27 import static com.android.car.audio.CarAudioContext.NOTIFICATION;
57 NOTIFICATION, in sContextsToDuck.append() argument
69 NOTIFICATION, in sContextsToDuck.append() argument
75 sContextsToDuck.append(NOTIFICATION, new int[]{ in sContextsToDuck.append() argument
95 NOTIFICATION, in sContextsToDuck.append() argument
H A DCarAudioZonesHelper.java85 CONTEXT_NAME_MAP.put("notification", CarAudioContext.NOTIFICATION);
105 CarAudioContext.NOTIFICATION,
H A DCarVolume.java61 CarAudioContext.NOTIFICATION,
H A DCarAudioFocus.java231 if ((requestedContext == CarAudioContext.NOTIFICATION) in evaluateFocusRequestLocked()
276 if ((requestedContext == CarAudioContext.NOTIFICATION) in evaluateFocusRequestLocked()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java161 return ReceptionStatus.NOTIFICATION; in strToReceptionStatus()
337 UNKNOWN, COMPLETE, FRACTIONED, NOTIFICATION enumConstant
/aosp12/frameworks/base/media/aidl/android/media/audio/common/
H A DAudioStreamType.aidl38 NOTIFICATION = 5, enumConstant
H A DAudioUsage.aidl32 NOTIFICATION = 5, enumConstant
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DAudioStreamType.aidl29 NOTIFICATION = 5, enumConstant
H A DAudioUsage.aidl28 NOTIFICATION = 5, enumConstant
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarVolumeTest.java33 import static com.android.car.audio.CarAudioContext.NOTIFICATION;
172 List<Integer> activePlaybackContexts = ImmutableList.of(ALARM, CALL, NOTIFICATION); in getSuggestedAudioContext_withActivePlayback_returnsHighestPriorityContext()
183 List<Integer> activePlaybackContexts = ImmutableList.of(ALARM, NOTIFICATION); in getSuggestedAudioContext_withLowerPriorityActivePlaybackAndCall_returnsCall()
461 List<Integer> activePlaybackContexts = ImmutableList.of(NOTIFICATION); in isAnyContextActive_withOneConfigurationAndMultipleContexts_returnsFalse()
H A DCarAudioContextTest.java148 .that(isCriticalAudioContext(CarAudioContext.NOTIFICATION)).isFalse(); in isCriticalAudioContext_forNonCritialContexts_returnsFalse()
H A DCarVolumeGroupUnitTest.java25 import static com.android.car.audio.CarAudioContext.NOTIFICATION;
610 builder.setDeviceInfoForContext(NOTIFICATION, mNavigationDeviceInfo); in testVolumeGroupSetup()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryProtoHelper.java78 final long token = proto.start(NotificationHistoryProto.NOTIFICATION); in readNotification()
259 final long token = proto.start(NotificationHistoryProto.NOTIFICATION); in writeNotification()
314 case (int) NotificationHistoryProto.NOTIFICATION: in read()
/aosp12/hardware/qcom/audio/post_proc/
H A Dvolume_listener.c49 i == NOTIFICATION?"Notification":\
79 NOTIFICATION, enumerator
235 context->stream_type == NOTIFICATION ? "NOTIFICATION" : "--INVALID--", in dump_list_l()
/aosp12/hardware/interfaces/automotive/audiocontrol/1.0/
H A Dtypes.hal33 NOTIFICATION, /* Notifications */
/aosp12/frameworks/proto_logging/stats/enums/stats/launcher/
H A Dlauncher.proto59 NOTIFICATION = 8; enumerator
/aosp12/frameworks/base/data/keyboards/
H A DVendor_0957_Product_0001.kl50 key usage 0x000c009F NOTIFICATION
H A DGeneric.kl226 key 204 NOTIFICATION
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioSystemLegacy.h79 NOTIFICATION = 5, enumerator
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto624 NOTIFICATION = 71; enumerator
907 // CATEGORY: NOTIFICATION
922 // CATEGORY: NOTIFICATION
929 // CATEGORY: NOTIFICATION
1023 // CATEGORY: NOTIFICATION
1294 // CATEGORY: NOTIFICATION
1319 // CATEGORY: NOTIFICATION
1324 // CATEGORY: NOTIFICATION
1329 // CATEGORY: NOTIFICATION
1801 // CATEGORY: NOTIFICATION
[all …]
/aosp12/frameworks/base/core/proto/android/media/
H A Daudioattributes.proto71 NOTIFICATION = 5; enumerator
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioZonesHelperLegacyTest.java248 CarAudioContext.ALARM, CarAudioContext.NOTIFICATION, CarAudioContext.SYSTEM_SOUND); in loadAudioZones_associatesLegacyContextsWithCorrectBuses()
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp112 DEFINE_KEYCODE(NOTIFICATION), \
/aosp12/hardware/interfaces/audio/common/all-versions/default/
H A DHidlUtils.cpp105 *usage = AudioUsage::NOTIFICATION; in audioUsageFromHal()

12