Home
last modified time | relevance | path

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

/packages/apps/MusicFX/src/com/android/musicfx/
DCompatibility.java82 Intent updateIntent = new Intent(this, Service.class); in onCreate() local
109 Intent updateIntent = new Intent(context, Service.class); in onReceive() local
DControlPanelPicker.java108 Intent updateIntent = new Intent(this, Service.class); in onClick() local
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DWorkPolicyInfoPreferenceController.java89 private void updateIntent() { in updateIntent() method in WorkPolicyInfoPreferenceController
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java140 final Intent updateIntent = new Intent( in downloadLatestDictionaries() 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