Home
last modified time | relevance | path

Searched refs:openUI (Results 1 – 2 of 2) sorted by relevance

/development/samples/Support4Demos/src/com/example/android/supportv4/media/
DMediaNotificationManager.java192 Intent openUI = new Intent(mService, MediaBrowserSupport.class); in createContentIntent() local
193 openUI.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in createContentIntent()
194 return PendingIntent.getActivity(mService, REQUEST_CODE, openUI, in createContentIntent()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java186 Intent openUI = new Intent(mService, MusicPlayerActivity.class); in createContentIntent() local
187 openUI.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in createContentIntent()
188 return PendingIntent.getActivity(mService, REQUEST_CODE, openUI, in createContentIntent()