HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CHANNEL_NOTIFICATION_SETTINGS (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.kt 82 val i = Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS)
  /developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.kt 82 val i = Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS)
  /developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 107 Intent i = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS);
  /developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
MainActivity.java 107 Intent i = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS);
  /packages/apps/Dialer/java/com/android/voicemail/impl/settings/
VoicemailSettingsFragment.java 238 return new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS)
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java 231 final Intent intent = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS);
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 148 milliseconds