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

  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java 30 protected static final String ACTION_NOTIFICATION_DELETE
58 registerReceiver(mDeleteReceiver, new IntentFilter(ACTION_NOTIFICATION_DELETE));
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java 30 protected static final String ACTION_NOTIFICATION_DELETE
58 registerReceiver(mDeleteReceiver, new IntentFilter(ACTION_NOTIFICATION_DELETE));
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsActivity.java 30 protected static final String ACTION_NOTIFICATION_DELETE
58 registerReceiver(mDeleteReceiver, new IntentFilter(ACTION_NOTIFICATION_DELETE));

Completed in 45 milliseconds