Searched defs:updateIntent (Results 1 – 8 of 8) sorted by relevance
7 oneway void updateIntent(in Intent intent); in updateIntent() method
82 Intent updateIntent = new Intent(this, Service.class); in onCreate() local109 Intent updateIntent = new Intent(context, Service.class); in onReceive() local
108 Intent updateIntent = new Intent(this, Service.class); in onClick() local
33 override fun updateIntent(chooserIntent: Intent?) { in updateIntent() method in com.android.intentresolver.interactive.domain.model.ChooserIntentUpdater
117 val updateIntent = Intent(context, CalendarAppWidgetService::class.java) in performUpdate() constant
537 val updateIntent = Intent( in onLoadComplete() constant
140 final Intent updateIntent = new Intent( in downloadLatestDictionaries() local
231 final Intent updateIntent = new Intent(DictionaryPackConstants.UPDATE_NOW_INTENT_ACTION); in checkTimeAndMaybeSetupUpdateAlarm() local