Searched refs:ACTION_NEXT (Results 1 – 3 of 3) sorted by relevance
90 ACTION_NEXT -> mMediaController!!.transportControls.skipToNext()117 mediaControlFilter.addAction(ACTION_NEXT)135 R.drawable.pip_ic_skip_next_white, ACTION_NEXT361 private const val ACTION_NEXT = "com.android.wm.shell.pip.NEXT"
63 new Intent(com.android.onemedia.playback.RequestUtils.ACTION_NEXT).setPackage(pkg), in NotificationHelper()82 filter.addAction(RequestUtils.ACTION_NEXT); in onStart()116 } else if (RequestUtils.ACTION_NEXT.equals(action)) { in onReceive()
34 public static final String ACTION_NEXT = "com.android.onemedia.next"; field in RequestUtils