Home
last modified time | relevance | path

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

/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/search/
DIndex.java572 sir.intentAction = action; in addIndexablesForXmlResourceUri()
633 data.intentAction = action; in addIndexablesForRawDataUri()
730 raw.intentAction, in indexOneRaw()
771 sir.intentAction, sir.intentTargetPackage, sir.intentTargetClass, in indexOneResource()
823 String intentAction, String intentTargetPackage, String intentTargetClass, in indexFromResource() argument
863 keywords, intentAction, intentTargetPackage, intentTargetClass, true, in indexFromResource()
895 keywords, intentAction, intentTargetPackage, intentTargetClass, in indexFromResource()
907 keywords, intentAction, intentTargetPackage, intentTargetClass, in indexFromResource()
956 raw.intentAction, in indexFromProvider()
984 item.intentAction, item.intentTargetPackage, in indexFromProvider()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java265 for (String intentAction : intentActions) { in notifyVoicemailChange()
267 boolean includeSelfChangeExtra = intentAction.equals(Intent.ACTION_PROVIDER_CHANGED); in notifyVoicemailChange()
269 getBroadcastReceiverComponents(intentAction, notificationUri)) { in notifyVoicemailChange()
278 Intent intent = new Intent(intentAction, notificationUri); in notifyVoicemailChange()
298 private List<ComponentName> getBroadcastReceiverComponents(String intentAction, Uri uri) { in getBroadcastReceiverComponents() argument
299 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/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/Music/src/com/android/music/
DMediaButtonIntentReceiver.java60 String intentAction = intent.getAction(); in onReceive() local
61 if (AudioManager.ACTION_AUDIO_BECOMING_NOISY.equals(intentAction)) { in onReceive()
66 } else if (Intent.ACTION_MEDIA_BUTTON.equals(intentAction)) { in onReceive()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiConfigurationActivity.java104 String intentAction = intent.getAction(); in onConnectivityChange() local
106 if (intentAction.equals(ConnectivityManager.CONNECTIVITY_ACTION) in onConnectivityChange()
107 || intentAction.equals(ConnectivityManager.INET_CONDITION_ACTION)) { in onConnectivityChange()
/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/src/com/android/settings/notification/
DNotificationAccessSettings.java35 c.intentAction = NotificationListenerService.SERVICE_INTERFACE; in getNotificationListenerConfig()
DManagedServiceSettings.java183 String intentAction;
DServiceListing.java116 new Intent(c.intentAction), in getServices()
DZenModeAutomationSettings.java282 c.intentAction = ConditionProviderService.SERVICE_INTERFACE; in getConditionProviderConfig()
/packages/apps/Settings/src/com/android/settings/
DWallpaperTypeSettings.java98 data.intentAction = Intent.ACTION_SET_WALLPAPER;