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

  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationChannelTest.java 56 assertEquals(false, channel.isBlockableSystem());
58 assertEquals(true, channel.isBlockableSystem());
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
NotificationPreferenceControllerTest.java 223 when(channel.isBlockableSystem()).thenReturn(false);
234 when(channel.isBlockableSystem()).thenReturn(false);
246 when(channel.isBlockableSystem()).thenReturn(true);
257 when(channel.isBlockableSystem()).thenReturn(false);
  /frameworks/base/core/java/android/app/
NotificationChannel.java 597 public boolean isBlockableSystem() {
758 if (isBlockableSystem()) {
759 out.attribute(null, ATT_BLOCKABLE_SYSTEM, Boolean.toString(isBlockableSystem()));
802 record.put(ATT_BLOCKABLE_SYSTEM, isBlockableSystem());
902 if (isBlockableSystem() != that.isBlockableSystem()) return false;
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationPreferenceController.java 145 return mChannel.isBlockableSystem()
NotificationSettingsBase.java 325 return channel.isBlockableSystem()
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 631 existing.setBlockableSystem(channel.isBlockableSystem());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 456 && !mEntry.channel.isBlockableSystem()) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 248 milliseconds