/aosp12/frameworks/base/media/java/android/media/ |
H A D | RingtoneManager.java | 94 public static final int TYPE_NOTIFICATION = 2; field in RingtoneManager 104 public static final int TYPE_ALL = TYPE_RINGTONE | TYPE_NOTIFICATION | TYPE_ALARM; 352 case TYPE_NOTIFICATION: in inferStreamType() 607 if ((type & TYPE_NOTIFICATION) != 0) { in setFilterColumnsList() 929 case TYPE_NOTIFICATION: in getExternalDirectoryForType() 963 } else if ((type & TYPE_NOTIFICATION) != 0) { in getSettingForType() 981 } else if ((type & TYPE_NOTIFICATION) != 0) { in getCacheForType() 1016 return TYPE_NOTIFICATION; in getDefaultType() 1036 } else if ((type & TYPE_NOTIFICATION) != 0) { in getDefaultUri() 1131 TYPE_NOTIFICATION, in ensureDefaultRingtones() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | NotificationRingtonePreferenceController.java | 44 return RingtoneManager.TYPE_NOTIFICATION; in getRingtoneType()
|
H A D | SoundWorkSettingsController.java | 160 ringtoneType = RingtoneManager.TYPE_NOTIFICATION; in onPreferenceChange() 285 updateRingtoneName(managedProfileContext, RingtoneManager.TYPE_NOTIFICATION)); in updateWorkRingtoneSummaries()
|
/aosp12/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/ |
H A D | RingtonePickerActivity.java | 197 if (mType == RingtoneManager.TYPE_NOTIFICATION) { in onCreate() 250 } else if (mType == RingtoneManager.TYPE_NOTIFICATION) { in onCreate() 430 if (mType == RingtoneManager.TYPE_NOTIFICATION) { in addDefaultRingtoneItem() 450 } else if (mType == RingtoneManager.TYPE_NOTIFICATION) { in addNewSoundItem()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | NotificationRingtonePreferenceControllerTest.java | 55 assertThat(mController.getRingtoneType()).isEqualTo(RingtoneManager.TYPE_NOTIFICATION); in getRingtoneType_shouldReturnNotification()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/ |
H A D | ImportancePreferenceController.java | 91 mChannel.setSound(RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION), in onPreferenceChange()
|
H A D | SoundPreferenceController.java | 111 pref.setRingtoneType(RingtoneManager.TYPE_NOTIFICATION); in handlePreferenceTreeClick()
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastAlertReminder.java | 101 Uri notificationUri = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION); in playAlertReminderSound()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
H A D | PeopleAndOptionsFragment.java | 145 RingtoneManager.TYPE_NOTIFICATION); in onOptionsItemViewClicked()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | SoundPreferenceControllerTest.java | 314 assertEquals(RingtoneManager.TYPE_NOTIFICATION, in testOnPreferenceTreeClick_otherSound()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsHelper.java | 313 return RingtoneManager.TYPE_NOTIFICATION; in getRingtoneType()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityOptions.java | 2119 public static final int TYPE_NOTIFICATION = 2; field in ActivityOptions.SourceInfo 2127 TYPE_NOTIFICATION,
|
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
H A D | BugReportService.java | 560 Uri notification = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_NOTIFICATION); in playNotificationSound()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneUtils.java | 528 RingtoneManager.TYPE_NOTIFICATION); in playSound()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBar.java | 4038 : ActivityOptions.SourceInfo.TYPE_NOTIFICATION, eventTime); in getActivityOptions()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 23771 field public static final int TYPE_NOTIFICATION = 2; // 0x2
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 15655 field public static final int TYPE_NOTIFICATION = 2; // 0x2
|