Home
last modified time | relevance | path

Searched refs:intentAction (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceUtils.java91 if (info != null && info.intentAction != null) { in killService()
103 if (info != null && info.intentAction != null) { in startService()
114 if (info.intentAction != null) { in startRemoteServices()
126 if (info.intentAction != null) { in areRemoteServicesInstalled()
138 if (info.intentAction != null) { in setRemoteServicesLogging()
164 final Intent serviceIntent = new Intent(info.intentAction); in getServiceIntent()
188 String intentAction; field in EmailServiceUtils.EmailServiceInfo
570 info.intentAction = ta.getString(R.styleable.EmailServiceInfo_intent); in getServiceMap()
633 info.intentAction == null && in getServiceMap()
638 if (info.klass != null && info.intentAction != null) { in getServiceMap()
/packages/apps/Settings/src/com/android/settings/search2/
DDatabaseIndexingManager.java545 sir.intentAction = action; in addIndexablesForXmlResourceUri()
604 data.intentAction = action; in addIndexablesForRawDataUri()
641 .setIntentAction(raw.intentAction) in indexOneRaw()
737 final String intentAction = sir.intentAction; in indexFromResource() local
763 .setIntentAction(intentAction) in indexFromResource()
798 .setIntentAction(intentAction) in indexFromResource()
885 .setIntentAction(raw.intentAction) in indexFromProvider()
961 values.put(INTENT_ACTION, row.intentAction); in updateOneRow()
1033 public final String intentAction; field in DatabaseIndexingManager.DatabaseRow
1057 intentAction = builder.mIntentAction; in DatabaseRow()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java314 for (String intentAction : intentActions) { in notifyVoicemailChange()
316 boolean includeSelfChangeExtra = intentAction.equals(Intent.ACTION_PROVIDER_CHANGED); in notifyVoicemailChange()
318 getBroadcastReceiverComponents(intentAction, notificationUri)) { in notifyVoicemailChange()
327 Intent intent = new Intent(intentAction, notificationUri); in notifyVoicemailChange()
347 private List<ComponentName> getBroadcastReceiverComponents(String intentAction, Uri uri) { in getBroadcastReceiverComponents() argument
348 Intent intent = new Intent(intentAction, uri); in getBroadcastReceiverComponents()
DGlobalSearchSupport.java81 String intentAction; field in GlobalSearchSupport.SearchSuggestion
107 list.add(intentAction); // intentAction in asList()
159 intentAction = null; in reset()
/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java71 private static void logNotificationAction(String intentAction, NotificationAction action) { in logNotificationAction() argument
75 if (ACTION_ARCHIVE_REMOVE_LABEL.equals(intentAction)) { in logNotificationAction()
78 } else if (ACTION_DELETE.equals(intentAction)) { in logNotificationAction()
82 eventAction = intentAction; in logNotificationAction()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSystemBroadcastReceiver.java70 final String intentAction = intent.getAction(); in onReceive() local
71 if (Intent.ACTION_MY_PACKAGE_REPLACED.equals(intentAction)) { in onReceive()
86 } else if (Intent.ACTION_BOOT_COMPLETED.equals(intentAction)) { in onReceive()
89 } else if (Intent.ACTION_LOCALE_CHANGED.equals(intentAction)) { in onReceive()
/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java59 String intentAction = intent.getAction(); in onReceive() local
60 if (AudioManager.ACTION_AUDIO_BECOMING_NOISY.equals(intentAction)) { in onReceive()
65 } else if (Intent.ACTION_MEDIA_BUTTON.equals(intentAction)) { in onReceive()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java389 final String intentAction = in getNotificationActionPendingIntent() local
392 final Intent intent = new Intent(intentAction); in getNotificationActionPendingIntent()
400 final String intentAction = NotificationActionIntentService.ACTION_DELETE; in getNotificationActionPendingIntent() local
402 final Intent intent = new Intent(intentAction); in getNotificationActionPendingIntent()
449 final String intentAction = (action == NotificationActionType.ARCHIVE_REMOVE_LABEL) in getWearNotificationActionPendingIntent() local
453 final Intent intent = new Intent(intentAction); in getWearNotificationActionPendingIntent()
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DDefaultNotificationAssistantPicker.java62 new Intent(mConfig.intentAction), in getCandidates()
93 c.intentAction = NotificationAssistantService.SERVICE_INTERFACE; in getConfig()
/packages/apps/Car/Stream/src/com/android/car/stream/media/
DMediaStreamProducer.java95 String intentAction = intent.getAction(); in onReceive() local
96 if (Intent.ACTION_MEDIA_BUTTON.equals(intentAction)) { in onReceive()
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java116 row.add(result.intentAction); in createSuggestionsCursor()
163 public String intentAction; field in LocalSearchProvider.SearchResult
DTvProviderSearch.java236 result.intentAction = Intent.ACTION_VIEW; in searchChannels()
378 result.intentAction = Intent.ACTION_VIEW; in searchPrograms()
481 result.intentAction = Intent.ACTION_VIEW; in buildSearchResultForInput()
DDataManagerSearch.java225 result.intentAction = Intent.ACTION_VIEW; in addResult()
236 result.intentAction = Intent.ACTION_VIEW; in addResult()
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DCurrentCallStreamProducer.java191 String intentAction = intent.getAction(); in onReceive() local
192 if (!TelecomConstants.INTENT_ACTION_STREAM_CALL_CONTROL.equals(intentAction)) { in onReceive()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java1696 String intentAction = getIntent().getAction(); in getModeIndex() local
1697 if (MediaStore.INTENT_ACTION_VIDEO_CAMERA.equals(intentAction) in getModeIndex()
1698 || MediaStore.ACTION_VIDEO_CAPTURE.equals(intentAction)) { in getModeIndex()
1700 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(intentAction) in getModeIndex()
1701 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(intentAction)) { in getModeIndex()
1704 } else if (MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA.equals(intentAction) in getModeIndex()
1705 ||MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.equals(intentAction) in getModeIndex()
1706 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(intentAction)) { in getModeIndex()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java167 public SuggestionData setIntentAction(String intentAction) { in setIntentAction() argument
168 mIntentAction = intentAction; in setIntentAction()
/packages/apps/Settings/tests/robotests/src/com/android/settings/search2/
DDatabaseIndexingManagerTest.java218 assertThat(cursor.getString(13)).isEqualTo(raw.intentAction); in testInsertRawColumn_rowMatches()
997 data.intentAction = action; in getFakeRaw()
1013 sir.intentAction = action; in getFakeResource()
/packages/apps/Settings/src/com/android/settings/applications/
DVrListenerSettings.java36 c.intentAction = VrListenerService.SERVICE_INTERFACE; in getVrListenerConfig()
/packages/apps/Settings/src/com/android/settings/backup/
DBackupSettingsActivity.java104 data.intentAction = "android.intent.action.MAIN";
/packages/apps/Settings/src/com/android/settings/wallpaper/
DWallpaperTypeSettings.java102 data.intentAction = Intent.ACTION_SET_WALLPAPER;
/packages/apps/Settings/src/com/android/settings/utils/
DZenServiceListing.java122 new Intent(c.intentAction), in getServices()
DServiceListing.java106 new Intent(c.intentAction), in getServices()
DManagedServiceSettings.java200 public String intentAction;
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAccessSettings.java54 c.intentAction = NotificationListenerService.SERVICE_INTERFACE; in getNotificationListenerConfig()
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DDatabaseRowTest.java96 assertThat(row.intentAction).isEqualTo(INTENT_ACTION); in testPrimativesBuild_NoDataLoss()

12