Searched refs:REQUEST_CODE (Results 1 – 4 of 4) sorted by relevance
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/ |
D | RepeatingAlarmFragment.java | 33 public static final int REQUEST_CODE = 0; field in RepeatingAlarmFragment 61 PendingIntent pendingIntent = PendingIntent.getActivity(getActivity(), REQUEST_CODE, in onOptionsItemSelected()
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | MediaNotificationManager.java | 47 private static final int REQUEST_CODE = 100; field in MediaNotificationManager 84 mPauseIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 86 mPlayIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 88 mPreviousIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 90 mNextIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 188 return PendingIntent.getActivity(mService, REQUEST_CODE, openUI, in createContentIntent()
|
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
D | MediaNotificationManager.java | 50 private static final int REQUEST_CODE = 100; field in MediaNotificationManager 86 mPauseIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 88 mPlayIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 90 mPreviousIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 92 mNextIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE, in MediaNotificationManager() 194 return PendingIntent.getActivity(mService, REQUEST_CODE, openUI, in createContentIntent()
|
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/ |
D | ActiveNotificationsFragment.java | 43 private static final int REQUEST_CODE = 2323; field in ActiveNotificationsFragment 99 REQUEST_CODE, deleteIntent, 0); in onViewCreated()
|