HomeSort by relevance Sort by last modified time
    Searched defs:ACTION_CLOSE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 38 public static final String ACTION_CLOSE =
66 IntentFilter filter = new IntentFilter(ACTION_CLOSE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java 52 private static final String ACTION_CLOSE = "PipNotification.close";
141 case ACTION_CLOSE:
158 .setDeleteIntent(createPendingIntent(context, ACTION_CLOSE)));
165 intentFilter.addAction(ACTION_CLOSE);

Completed in 66 milliseconds