Searched refs:addAction (Results 1 - 25 of 184) sorted by relevance

12345678

/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationBuilderWithActions.java23 public void addAction(NotificationCompatBase.Action action); method in interface:NotificationBuilderWithActions
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java75 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
76 packageFilter.addAction(Intent.ACTION_PACKAGE_CHANGED);
77 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
78 packageFilter.addAction(Intent.ACTION_PACKAGE_DATA_CLEARED);
83 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSplitClockView.java73 filter.addAction(Intent.ACTION_TIME_CHANGED);
74 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
76 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
77 filter.addAction(Intent.ACTION_USER_SWITCHED);
H A DDateView.java83 filter.addAction(Intent.ACTION_TIME_TICK);
84 filter.addAction(Intent.ACTION_TIME_CHANGED);
85 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
86 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
H A DClock.java90 filter.addAction(Intent.ACTION_TIME_TICK);
91 filter.addAction(Intent.ACTION_TIME_CHANGED);
92 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
93 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
94 filter.addAction(Intent.ACTION_USER_SWITCHED);
H A DAccessPointControllerImpl.java250 filter.addAction(WifiManager.WIFI_STATE_CHANGED_ACTION);
251 filter.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION);
252 filter.addAction(WifiManager.NETWORK_IDS_CHANGED_ACTION);
253 filter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION);
254 filter.addAction(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION);
255 filter.addAction(WifiManager.LINK_CONFIGURATION_CHANGED_ACTION);
256 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
257 filter.addAction(WifiManager.RSSI_CHANGED_ACTION);
H A DNextAlarmController.java40 filter.addAction(Intent.ACTION_USER_SWITCHED);
41 filter.addAction(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED);
H A DBatteryController.java48 filter.addAction(Intent.ACTION_BATTERY_CHANGED);
49 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED);
50 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGING);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterFailBringUpAll.java82 filter.addAction(mActionFailBringUp);
85 filter.addAction(mPhone.getActionDetached());
88 filter.addAction(mPhone.getActionAttached());
H A DDcTesterDeactivateAll.java75 filter.addAction(sActionDcTesterDeactivateAll);
78 filter.addAction(mPhone.getActionDetached());
/frameworks/base/core/java/com/android/internal/app/
H A DExternalMediaFormatActivity.java75 filter.addAction(Intent.ACTION_MEDIA_REMOVED);
76 filter.addAction(Intent.ACTION_MEDIA_CHECKING);
77 filter.addAction(Intent.ACTION_MEDIA_MOUNTED);
78 filter.addAction(Intent.ACTION_MEDIA_SHARED);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java81 filter.addAction(RequestUtils.ACTION_FFWD);
82 filter.addAction(RequestUtils.ACTION_NEXT);
83 filter.addAction(RequestUtils.ACTION_PAUSE);
84 filter.addAction(RequestUtils.ACTION_PLAY);
85 filter.addAction(RequestUtils.ACTION_PREV);
86 filter.addAction(RequestUtils.ACTION_REW);
216 .addAction(R.drawable.ic_skip_previous, "Previous",
218 .addAction(R.drawable.ic_fast_rewind, "Rewind",
220 .addAction(playPauseIcon, playPauseLabel,
222 .addAction(
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRow.java104 public final void addAction(Action action) { method in class:DetailsOverviewRow
114 public final void addAction(int pos, Action action) { method in class:DetailsOverviewRow
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatApi21.java33 static void addAction(Object info, Object action) { method in class:AccessibilityNodeInfoCompatApi21
34 ((AccessibilityNodeInfo) info).addAction((AccessibilityAction) action);
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DIdleController.java134 filter.addAction(Intent.ACTION_SCREEN_ON);
135 filter.addAction(Intent.ACTION_SCREEN_OFF);
138 filter.addAction(Intent.ACTION_DREAMING_STARTED);
139 filter.addAction(Intent.ACTION_DREAMING_STOPPED);
142 filter.addAction(ACTION_TRIGGER_IDLE);
H A DBatteryController.java154 filter.addAction(Intent.ACTION_BATTERY_LOW);
155 filter.addAction(Intent.ACTION_BATTERY_OKAY);
157 filter.addAction(Intent.ACTION_POWER_CONNECTED);
158 filter.addAction(Intent.ACTION_POWER_DISCONNECTED);
160 filter.addAction(ACTION_CHARGING_STABLE);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProviderWatcher.java60 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
61 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
62 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
63 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
64 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java42 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);
43 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
44 sPackageFilt.addAction(Intent.ACTION_PACKAGE_CHANGED);
45 sPackageFilt.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART);
46 sPackageFilt.addAction(Intent.ACTION_PACKAGE_RESTARTED);
47 sPackageFilt.addAction(Intent.ACTION_UID_REMOVED);
49 sNonDataFilt.addAction(Intent.ACTION_UID_REMOVED);
50 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED);
51 sExternalFilt.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
52 sExternalFilt.addAction(Inten
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java85 filter.addAction(mPhone.getActionDetached());
88 filter.addAction(mPhone.getActionAttached());
93 filter.addAction(ACTION_TEST_CONFERENCE_EVENT_PACKAGE);
H A DPhoneStateIntentReceiver.java126 mFilter.addAction(TelephonyManager.ACTION_PHONE_STATE_CHANGED);
136 mFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
146 mFilter.addAction(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatActionWearableExtenderTest.java94 .addAction(baseAction.build());
97 .addAction(compatAction.build());
125 .addAction(baseAction.build());
128 .addAction(compatAction.build());
164 .addAction(baseAction.build());
167 .addAction(compatAction.build());
223 .addAction(baseAction1.build())
224 .addAction(new Notification.Action(R.drawable.action_icon2, "Action1",
226 .addAction(baseAction2.build());
229 .addAction(compatAction
[all...]
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java62 mFilter.addAction(Intent.ACTION_BATTERY_CHANGED);
63 mFilter.addAction(Intent.ACTION_BATTERY_LOW);
64 mFilter.addAction(Intent.ACTION_BATTERY_OKAY);
65 mFilter.addAction(Intent.ACTION_POWER_CONNECTED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java117 filter.addAction(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED);
118 filter.addAction(Intent.ACTION_SYNC_STATE_CHANGED);
119 filter.addAction(AudioManager.RINGER_MODE_CHANGED_ACTION);
120 filter.addAction(AudioManager.INTERNAL_RINGER_MODE_CHANGED_ACTION);
121 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
122 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
123 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
124 filter.addAction(TelecomManager.ACTION_CURRENT_TTY_MODE_CHANGED);
125 filter.addAction(Intent.ACTION_USER_SWITCHED);
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java79 filter.addAction(Intent.ACTION_PACKAGE_ADDED);
80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
81 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
82 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
83 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java63 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
64 filter.addAction(ConnectivityManager.CONNECTIVITY_ACTION);
65 filter.addAction(ConnectivityManager.INET_CONDITION_ACTION);

Completed in 596 milliseconds

12345678