/aosp12/frameworks/base/core/proto/android/media/ |
H A D | audioattributes.proto | 49 // accompany a user action, such as a beep or sound effect expressing a key 65 // "busy" beep, or DTMF tones.
|
/aosp12/frameworks/proto_logging/stats/enums/stats/sysui/ |
H A D | notification_enums.proto | 26 IMPORTANCE_LOW = 2; // Shows in shade, maybe status bar, no buzz/beep.
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | Beeper.java | 98 public void beep(String packageName, Uri soundToPlay) { in beep() method in Beeper
|
H A D | CarHeadsUpNotificationManager.java | 462 mBeeper.beep(alertEntry.getStatusBarNotification().getPackageName(), in playSound()
|
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/ |
H A D | BeeperTest.java | 211 mBeeper.beep(packageName, uri); in doBeep()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | EventLogTags.logtags | 90 27532 notification_alert (key|3),(buzz|1),(beep|1),(blink|1)
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | ManifestFixer_test.cpp | 901 <beep/>
|
/aosp12/hardware/interfaces/audio/common/6.0/ |
H A D | types.hal | 808 * a "busy" beep, or DTMF tones. 899 * accompany a user action, such as a beep or sound effect expressing a key
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 7302 boolean beep = false; 7357 beep = true; 7361 beep = true; 7363 beep = playSound(record, soundUri); 7365 if (beep) { 7411 final int buzzBeepBlink = (buzz ? 1 : 0) | (beep ? 2 : 0) | (blink ? 4 : 0); 7435 EventLogTags.writeNotificationAlert(key, buzz ? 1 : 0, beep ? 1 : 0, blink ? 1 : 0); 7437 record.setAudiblyAlerted(buzz || beep);
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 1293 // SUBTYPE: 1 is buzz, 2 is beep, blink is 4, or'd together
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 4903 optional int32 alerting = 15; // Bitfield, 1=buzz 2=beep 4=blink
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
H A D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |