Searched refs:ACTION_PREV (Results 1 – 1 of 1) sorted by relevance
58 public static final String ACTION_PREV = "com.example.android.mediabrowserservice.prev"; field in MediaNotification107 new Intent(ACTION_PREV).setPackage(pkg), PendingIntent.FLAG_CANCEL_CURRENT); in MediaNotification()143 filter.addAction(ACTION_PREV); in startNotification()181 } else if (ACTION_PREV.equals(action)) { in onReceive()