HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY_SECRET (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/core/proto/android/app/
notification.proto 43 VISIBILITY_SECRET = -1;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
NotificationCompatUtils.java 38 CompatUtils.getField(Notification.class, "VISIBILITY_SECRET");
39 private static final int VISIBILITY_SECRET = null == FIELD_VISIBILITY_SECRET ? 0
63 CompatUtils.invoke(builder, null, METHOD_setVisibility, VISIBILITY_SECRET);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationSecurityLargeTests.java 69 Log.i(LOG_TAG, "Begin test visibility equals VISIBILITY_SECRET ");
70 mHelper.sendNotification(NOTIFICATION_ID_SECRET, Notification.VISIBILITY_SECRET, title);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
VisibilityPreferenceControllerTest.java 274 assertTrue(values.contains(String.valueOf(Notification.VISIBILITY_SECRET)));
311 when(channel.getLockscreenVisibility()).thenReturn(Notification.VISIBILITY_SECRET);
320 assertEquals(String.valueOf(Notification.VISIBILITY_SECRET), argumentCaptor.getValue());
330 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET);
355 mController.onPreferenceChange(pref, String.valueOf(Notification.VISIBILITY_SECRET));
357 assertEquals(Notification.VISIBILITY_SECRET, channel.getLockscreenVisibility());
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 163 SECRET(Notification.VISIBILITY_SECRET, "Secret", R.drawable.ic_secret_notification);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
VisibilityMetadataFragment.java 163 SECRET(Notification.VISIBILITY_SECRET, "Secret", R.drawable.ic_secret_notification);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
VisibilityMetadataFragment.java 163 SECRET(Notification.VISIBILITY_SECRET, "Secret", R.drawable.ic_secret_notification);
  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationIncidentTest.java 48 private static final int VISIBILITY_SECRET = -1;
111 (rp.getVisibility() >= VISIBILITY_SECRET &&
  /packages/apps/Settings/src/com/android/settings/notification/
VisibilityPreferenceController.java 99 values.add(Integer.toString(Notification.VISIBILITY_SECRET));
142 globalVis = Notification.VISIBILITY_SECRET;
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
RankingHelperTest.java 375 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET);
436 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET);
673 + Notification.VISIBILITY_SECRET + "\"" +" uid=\"" + UID + "\" />\n"
687 assertEquals(Notification.VISIBILITY_SECRET, updated1.getLockscreenVisibility());
    [all...]
NotificationManagerServiceTest.java 382 Notification.VISIBILITY_SECRET);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
InstallCarrierAppUtils.java 83 .setVisibility(Notification.VISIBILITY_SECRET) // Should not appear on lock screen
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationLockscreenUserManager.java 299 Notification.VISIBILITY_SECRET;
NotificationData.java 704 (sbn.getNotification().visibility == Notification.VISIBILITY_SECRET
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 268 .setVisibility(Notification.VISIBILITY_SECRET)
396 .setVisibility(Notification.VISIBILITY_SECRET)
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 229 channel.setLockscreenVisibility(Notification.VISIBILITY_SECRET);
235 assertTrue(createdChannel.getLockscreenVisibility() != Notification.VISIBILITY_SECRET);
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompat.java 463 @IntDef({VISIBILITY_PUBLIC, VISIBILITY_PRIVATE, VISIBILITY_SECRET})
485 public static final int VISIBILITY_SECRET = Notification.VISIBILITY_SECRET;
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 454 case Notification.VISIBILITY_SECRET:
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 726 * Finally, a notification can be made {@link #VISIBILITY_SECRET}, which will suppress its icon
735 VISIBILITY_SECRET,
760 public static final int VISIBILITY_SECRET = -1;
    [all...]
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 844 milliseconds

1 2