Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DDictionaryDecayBroadcastReciever.java50 final Intent updateIntent = new Intent(DICTIONARY_DECAY_INTENT_ACTION); in setUpIntervalAlarmForDictionaryDecaying() local
/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.java65 Intent updateIntent = new Intent(context, UpdateService.class); in getPendingIntent() local
/packages/apps/Browser/src/com/android/browser/widget/
DBookmarkThumbnailWidgetProvider.java88 Intent updateIntent = new Intent(context, BookmarkThumbnailWidgetService.class); in performUpdate() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java201 final Intent updateIntent = new Intent(DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION); in checkTimeAndMaybeSetupUpdateAlarm() local
/packages/apps/Music/src/com/android/music/
DMediaAppWidgetProvider.java54 Intent updateIntent = new Intent(MediaPlaybackService.SERVICECMD); in onUpdate() local
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetProvider.java125 Intent updateIntent = new Intent(context, CalendarAppWidgetService.class); in performUpdate() local