HomeSort by relevance Sort by last modified time
    Searched refs:addAction (Results 151 - 175 of 818) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
RemoteBugreportUtils.java 92 builder.addAction(new Notification.Action.Builder(null /* icon */, context.getString(
94 .addAction(new Notification.Action.Builder(null /* icon */, context.getString(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
NotificationChannelController.java 95 intentFilter.addAction(Intent.ACTION_LOCALE_CHANGED);
96 intentFilter.addAction(Intent.ACTION_SIM_STATE_CHANGED);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRow.java 270 public final void addAction(Action action) {
284 public final void addAction(int pos, Action action) {
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 108 info.addAction(mActions.get(DEEP_SHORTCUTS));
112 info.addAction(mActions.get(REMOVE));
115 info.addAction(mActions.get(UNINSTALL));
118 info.addAction(mActions.get(INFO));
125 info.addAction(mActions.get(MOVE));
128 info.addAction(mActions.get(MOVE_TO_WORKSPACE));
131 info.addAction(mActions.get(RESIZE));
137 info.addAction(mActions.get(ADD_TO_WORKSPACE));
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 146 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
147 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED);
148 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
149 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
150 intentFilter.addAction(Intent.ACTION_PACKAGE_FIRST_LAUNCH);
151 intentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
157 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
158 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
  /packages/apps/Settings/src/com/android/settings/notification/
RingVolumePreferenceController.java 166 filter.addAction(NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED);
167 filter.addAction(AudioManager.INTERNAL_RINGER_MODE_CHANGED_ACTION);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiInfoPreferenceController.java 59 mFilter.addAction(WifiManager.LINK_CONFIGURATION_CHANGED_ACTION);
60 mFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseActionFragment.java 109 mAdapter.addAction(action);
242 mAdapter.addAction(actions.get(index));
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegatedScopesReceiverActivity.java 75 filter.addAction(ACTION_APPLICATION_DELEGATION_SCOPES_CHANGED);
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
SharedUidTest.java 67 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 303 intentFilter.addAction(BluetoothLeService.ACTION_GATT_CONNECTED);
304 intentFilter.addAction(BluetoothLeService.ACTION_GATT_DISCONNECTED);
305 intentFilter.addAction(BluetoothLeService.ACTION_GATT_SERVICES_DISCOVERED);
306 intentFilter.addAction(BluetoothLeService.ACTION_DATA_AVAILABLE);
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 61 .addAction(alarmAction)
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 303 intentFilter.addAction(BluetoothLeService.ACTION_GATT_CONNECTED);
304 intentFilter.addAction(BluetoothLeService.ACTION_GATT_DISCONNECTED);
305 intentFilter.addAction(BluetoothLeService.ACTION_GATT_SERVICES_DISCOVERED);
306 intentFilter.addAction(BluetoothLeService.ACTION_DATA_AVAILABLE);
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 61 .addAction(alarmAction)
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 90 intentFilter.addAction(WifiP2pManager.WIFI_P2P_STATE_CHANGED_ACTION);
91 intentFilter.addAction(WifiP2pManager.WIFI_P2P_PEERS_CHANGED_ACTION);
93 .addAction(WifiP2pManager.WIFI_P2P_CONNECTION_CHANGED_ACTION);
95 .addAction(WifiP2pManager.WIFI_P2P_THIS_DEVICE_CHANGED_ACTION);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 303 intentFilter.addAction(BluetoothLeService.ACTION_GATT_CONNECTED);
304 intentFilter.addAction(BluetoothLeService.ACTION_GATT_DISCONNECTED);
305 intentFilter.addAction(BluetoothLeService.ACTION_GATT_SERVICES_DISCOVERED);
306 intentFilter.addAction(BluetoothLeService.ACTION_DATA_AVAILABLE);
  /development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneActivity.java 61 .addAction(alarmAction)
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothDiscoveryHelper.java 82 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED);
  /frameworks/base/core/java/android/widget/
EditText.java 179 info.addAction(AccessibilityNodeInfo.AccessibilityAction.ACTION_SET_TEXT);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
ActionSendMultipleConsumerActivity.java 106 filter.addAction(CUSTOM_ACTION_SEND_MULTIPLE_INTENT);
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 107 intentFilter.addAction(Intent.ACTION_USER_ADDED);
108 intentFilter.addAction(Intent.ACTION_USER_REMOVED);
112 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
113 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
SimChangeListener.java 69 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppFileProvider.java 68 userFilter.addAction(Intent.ACTION_USER_UNLOCKED);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 104 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
105 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
110 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
111 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 94 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
95 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
99 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
100 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);

Completed in 2005 milliseconds

1 2 3 4 5 67 8 91011>>