HomeSort by relevance Sort by last modified time
    Searched refs:openUI (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 208 Intent openUI = new Intent(mService, MainActivity.class);
209 openUI.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
211 mService, REQUEST_CODE, openUI, PendingIntent.FLAG_CANCEL_CURRENT);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 208 Intent openUI = new Intent(mService, MainActivity.class);
209 openUI.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
211 mService, REQUEST_CODE, openUI, PendingIntent.FLAG_CANCEL_CURRENT);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 186 Intent openUI = new Intent(mService, MusicPlayerActivity.class);
187 openUI.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
188 return PendingIntent.getActivity(mService, REQUEST_CODE, openUI,
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaNotificationManager.java 193 Intent openUI = new Intent(mService, MediaBrowserSupport.class);
194 openUI.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
195 return PendingIntent.getActivity(mService, REQUEST_CODE, openUI,
  /packages/apps/Music/src/com/android/music/utils/
MediaNotificationManager.java 187 Intent openUI = new Intent(mService, MediaBrowserService.class);
188 openUI.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
190 mService, REQUEST_CODE, openUI, PendingIntent.FLAG_CANCEL_CURRENT);

Completed in 247 milliseconds