Searched refs:REQUEST_CODE (Results 1 – 3 of 3) 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/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()
|