/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/ |
D | FindPhoneActivity.java | 43 PendingIntent toggleAlarmIntent = PendingIntent.getService(this, 0, toggleAlarmOperation, in onCreate() 49 PendingIntent cancelAlarmIntent = PendingIntent.getService(this, 0, cancelAlarmOperation, in onCreate()
|
/development/samples/Alarm/tests/src/com/example/android/newalarm/ |
D | AlarmServiceTest.java | 74 mService = this.getService(); in testServiceCreate()
|
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/ |
D | TimerNotificationService.java | 78 PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, in deleteTimer() 101 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT); in showTimerDoneNotification()
|
D | SetTimerActivity.java | 115 PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, in registerWithAlarmManager() 137 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT); in buildNotification() 143 .getService(this, 0, deleteIntent, PendingIntent.FLAG_UPDATE_CURRENT); in buildNotification()
|
/development/apps/Development/src/com/android/development/ |
D | BadBehaviorActivity.java | 85 ActivityManager.getService().setActivityController(null, false); in activityStarting() 164 IBinder b = ServiceManager.getService(POWER_SERVICE); in onCreate() 244 ActivityManager.getService().setActivityController( in onCreate() 259 ActivityManager.getService().setActivityController( in onCreate()
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
D | ChangeLocale.java | 48 IActivityManager am = ActivityManager.getService(); in changeSystemLocale()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmUtil.java | 53 .getService(mContext, alarm.id, intent, PendingIntent.FLAG_UPDATE_CURRENT); in scheduleAlarm() 78 .getService(mContext, alarm.id, intent, PendingIntent.FLAG_UPDATE_CURRENT); in cancelAlarm()
|
/development/samples/training/notify-user/src/com/example/android/pingme/ |
D | PingService.java | 77 PendingIntent piDismiss = PendingIntent.getService(this, 0, dismissIntent, 0); in issueNotification() 81 PendingIntent piSnooze = PendingIntent.getService(this, 0, snoozeIntent, 0); in issueNotification()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in recreateBuilderWithBigTextStyle() 174 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in recreateBuilderWithBigTextStyle()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigTextIntentService.java | 161 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in recreateBuilderWithBigTextStyle() 173 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in recreateBuilderWithBigTextStyle()
|
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/ |
D | HomeListenerService.java | 125 PendingIntent checkInIntent = PendingIntent.getService(this, 0, in postNotificationForGeofenceId() 127 PendingIntent deleteDataItemIntent = PendingIntent.getService(this, 1, in postNotificationForGeofenceId()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyPermissionUtil.java | 79 mPm = IPackageManager.Stub.asInterface(ServiceManager.getService("package")); in MonkeyPermissionUtil() 81 IPermissionManager.Stub.asInterface(ServiceManager.getService("permissionmgr")); in MonkeyPermissionUtil()
|
D | MonkeyActivityEvent.java | 96 ServiceManager.getService("package")); in getPackageName()
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
D | AlarmActivity.java | 63 mAlarmSender = PendingIntent.getService( // set up an intent for a call to a service in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AlarmService.java | 49 mAlarmSender = PendingIntent.getService(AlarmService.this, in onCreate()
|
D | LocalService.java | 59 LocalService getService() { in getService() method in LocalService.LocalBinder
|
D | NotificationBackgroundService.java | 73 PendingIntent contentIntent = PendingIntent.getService(this, 0, in showNotification()
|
D | LocalServiceActivities.java | 109 mBoundService = ((LocalService.LocalBinder)service).getService();
|
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/ |
D | QuizListenerService.java | 110 PendingIntent deleteIntent = PendingIntent.getService(this, 0, in onDataChanged() 140 PendingIntent updateIntent = PendingIntent.getService(this, 0, updateOperation, in onDataChanged() 214 return PendingIntent.getService(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT); in getResetQuizPendingIntent()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 231 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in generateBigTextStyleNotification() 243 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in generateBigTextStyleNotification() 390 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0); in generateBigPictureStyleNotification() 645 PendingIntent replyActionPendingIntent = PendingIntent.getService(this, 0, replyIntent, 0); in generateMessagingStyleNotification()
|
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/ |
D | HomeListenerService.java | 129 PendingIntent deleteIntent = PendingIntent.getService(this, 0, deleteOperation, in updateNotificationForDataItem() 131 PendingIntent silentDeleteIntent = PendingIntent.getService(this, 1, in updateNotificationForDataItem()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 253 PendingIntent snoozePendingIntent = PendingIntent.getService(this, 0, snoozeIntent, 0); in generateBigTextStyleNotification() 266 PendingIntent dismissPendingIntent = PendingIntent.getService(this, 0, dismissIntent, 0); in generateBigTextStyleNotification() 421 replyActionPendingIntent = PendingIntent.getService(this, 0, intent, 0); in generateBigPictureStyleNotification() 737 replyActionPendingIntent = PendingIntent.getService(this, 0, intent, 0); in generateMessagingStyleNotification()
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/ |
D | RandomNumberProviderService.java | 63 PendingIntent pendingIntent = PendingIntent.getService( in onComplicationUpdate()
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | RecipeService.java | 36 RecipeService getService() { in getService() method in RecipeService.LocalBinder
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ResponderService.java | 102 PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, in showNotification()
|