/packages/apps/Email/provider_src/com/android/email/service/ |
D | EmailServiceUtils.java | 91 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/ |
D | Index.java | 572 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/ |
D | DbModifierWithNotification.java | 265 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()
|
D | GlobalSearchSupport.java | 81 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/ |
D | NotificationActionIntentService.java | 71 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/ |
D | SystemBroadcastReceiver.java | 70 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/ |
D | NotificationActionUtils.java | 389 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/ |
D | MediaButtonIntentReceiver.java | 60 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/ |
D | WifiConfigurationActivity.java | 104 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/ |
D | CameraActivity.java | 1696 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/ |
D | SuggestionData.java | 167 public SuggestionData setIntentAction(String intentAction) { in setIntentAction() argument 168 mIntentAction = intentAction; in setIntentAction()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationAccessSettings.java | 35 c.intentAction = NotificationListenerService.SERVICE_INTERFACE; in getNotificationListenerConfig()
|
D | ManagedServiceSettings.java | 183 String intentAction;
|
D | ServiceListing.java | 116 new Intent(c.intentAction), in getServices()
|
D | ZenModeAutomationSettings.java | 282 c.intentAction = ConditionProviderService.SERVICE_INTERFACE; in getConditionProviderConfig()
|
/packages/apps/Settings/src/com/android/settings/ |
D | WallpaperTypeSettings.java | 98 data.intentAction = Intent.ACTION_SET_WALLPAPER;
|