Searched refs:addAction (Results 101 - 125 of 184) sorted by relevance

12345678

/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java105 intentFilter.addAction(AudioManager.ACTION_SCO_AUDIO_STATE_CHANGED);
106 intentFilter.addAction(AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java159 filter.addAction(Intent.ACTION_BATTERY_CHANGED);
160 filter.addAction(ACTION_LEVEL_TEST);
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java308 filter.addAction(NOTIFICATION_PULSE_ACTION);
309 filter.addAction(UiModeManager.ACTION_ENTER_CAR_MODE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java136 info.addAction(new AccessibilityAction(ACTION_CLICK, label));
278 filter.addAction(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java745 info.addAction(AccessibilityNodeInfo.ACTION_SCROLL_FORWARD);
746 info.addAction(AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiController.java173 filter.addAction(ACTION_DEVICE_IDLE);
174 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java69 statusFilter.addAction(StatusReceiver.ACTION_ITEM_STATUS_CHANGED);
70 statusFilter.addAction(StatusReceiver.ACTION_SESSION_STATUS_CHANGED);
/frameworks/base/core/java/android/content/
H A DIntentFilter.java52 * multiple possible matching values (via {@link #addAction},
370 addAction(action);
393 addAction(action);
461 public final void addAction(String action) { method in class:IntentFilter
1424 addAction(name);
/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java356 filter.addAction(AudioManager.INTERNAL_RINGER_MODE_CHANGED_ACTION);
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java136 intentFilter.addAction(Intent.ACTION_USER_SWITCHED);
H A DBluetoothManagerService.java158 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
236 filter.addAction(BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED);
237 filter.addAction(Intent.ACTION_USER_SWITCHED);
H A DDropBoxManagerService.java145 filter.addAction(Intent.ACTION_DEVICE_STORAGE_LOW);
146 filter.addAction(Intent.ACTION_BOOT_COMPLETED);
H A DTextServicesManagerService.java95 broadcastFilter.addAction(Intent.ACTION_USER_ADDED);
96 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java342 .addAction(R.drawable.ic_menu_refresh, mContext.getString(R.string.reset),
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java221 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
/frameworks/base/core/java/android/net/
H A DMobileDataStateTracker.java113 filter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
114 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN);
115 filter.addAction(TelephonyIntents.ACTION_DATA_CONNECTION_FAILED);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java137 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
138 filter.addAction(Intent.ACTION_SCREEN_OFF);
139 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java941 filter.addAction(Intent.ACTION_SCREEN_ON);
942 filter.addAction(Intent.ACTION_SCREEN_OFF);
943 filter.addAction(TelephonyManager.ACTION_PHONE_STATE_CHANGED);
944 filter.addAction(Intent.ACTION_USER_PRESENT);
945 filter.addAction(Intent.ACTION_USER_STOPPED);
946 filter.addAction(Intent.ACTION_USER_SWITCHED);
947 filter.addAction(Intent.ACTION_USER_ADDED);
951 pkgFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
952 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
953 pkgFilter.addAction(Inten
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java606 filter.addAction(Intent.ACTION_USER_SWITCHED);
607 filter.addAction(Intent.ACTION_USER_ADDED);
608 filter.addAction(BANNER_ACTION_CANCEL);
609 filter.addAction(BANNER_ACTION_SETUP);
610 filter.addAction(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED);
652 .addAction(R.drawable.ic_close,
655 .addAction(R.drawable.ic_settings,
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java167 intentFilter.addAction(Intent.ACTION_USER_ADDED);
168 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
1097 filter.addAction(ConnectivityManager.CONNECTIVITY_ACTION);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java963 public void addAction(AccessibilityAction action) { method in class:AccessibilityNodeInfo
991 * @deprecated This has been deprecated for {@link #addAction(AccessibilityAction)}
994 public void addAction(int action) { method in class:AccessibilityNodeInfo
2779 addAction(action);
2905 addAction(action);
3443 * node.addAction(action);
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java113 userFilter.addAction(Intent.ACTION_USER_REMOVED);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java780 builder.addAction(action);
1425 * {@link #addAction addAction()}.
1431 public Builder addAction(int icon, CharSequence title, PendingIntent intent) { method in class:NotificationCompat.Builder
1446 * {@link #addAction addAction()}.
1450 public Builder addAction(Action action) { method in class:NotificationCompat.Builder
1768 * Apps should use {@link NotificationCompat.Builder#addAction(int, CharSequence, PendingIntent)}
1769 * or {@link NotificationCompat.Builder#addAction(NotificationCompat.Action)}
2433 * using {@link NotificationCompat.Builder#addAction}
2440 public WearableExtender addAction(Action action) { method in class:NotificationCompat.WearableExtender
[all...]
/frameworks/base/core/java/android/widget/
H A DGallery.java1389 info.addAction(AccessibilityNodeInfo.ACTION_SCROLL_FORWARD);
1392 info.addAction(AccessibilityNodeInfo.ACTION_SCROLL_BACKWARD);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java224 configFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
231 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
232 packageFilter.addAction(Intent.ACTION_PACKAGE_CHANGED);
233 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
240 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
241 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
246 userFilter.addAction(Intent.ACTION_USER_STARTED);
247 userFilter.addAction(Intent.ACTION_USER_STOPPED);

Completed in 675 milliseconds

12345678