Home
last modified time | relevance | path

Searched defs:updateIntent (Results 1 – 7 of 7) sorted by relevance

/packages/apps/MusicFX/src/com/android/musicfx/
DCompatibility.java75 Intent updateIntent = new Intent(this, Service.class); in onCreate() local
102 Intent updateIntent = new Intent(context, Service.class); in onReceive() local
DControlPanelPicker.java108 Intent updateIntent = new Intent(this, Service.class); in onClick() local
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DUpdateService.java61 Intent updateIntent = new Intent(context, UpdateService.class); in getPendingIntent() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java140 final Intent updateIntent = new Intent( in downloadLatestDictionaries() local
/packages/apps/Music/src/com/android/music/
DMediaAppWidgetProvider.java54 Intent updateIntent = new Intent(MediaPlaybackService.SERVICECMD); in onUpdate() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java231 final Intent updateIntent = new Intent(DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION); in checkTimeAndMaybeSetupUpdateAlarm() local
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.java125 Intent updateIntent = new Intent(context, CalendarAppWidgetService.class); in performUpdate() local