HomeSort by relevance Sort by last modified time
    Searched refs:addAction (Results 1 - 25 of 369) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 57 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
58 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
62 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
63 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
64 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
65 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
68 filter.addAction(SearchManager.INTENT_GLOBAL_SEARCH_ACTIVITY_CHANGED);
71 filter.addAction(SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED);
  /cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java 79 mIntentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
80 mIntentFilter.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION);
81 mIntentFilter.addAction(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION);
82 mIntentFilter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION);
83 mIntentFilter.addAction(WifiManager.WIFI_STATE_CHANGED_ACTION);
84 mIntentFilter.addAction(WifiManager.RSSI_CHANGED_ACTION);
85 mIntentFilter.addAction(WifiManager.NETWORK_IDS_CHANGED_ACTION);
86 mIntentFilter.addAction(WifiManager.ACTION_PICK_WIFI_NETWORK);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 75 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/
BluetoothController.java 44 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
45 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
46 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
DateView.java 72 filter.addAction(Intent.ACTION_TIME_TICK);
73 filter.addAction(Intent.ACTION_TIME_CHANGED);
74 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
75 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
Clock.java 77 filter.addAction(Intent.ACTION_TIME_TICK);
78 filter.addAction(Intent.ACTION_TIME_CHANGED);
79 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
80 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
81 filter.addAction(Intent.ACTION_USER_SWITCHED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterFailBringUpAll.java 82 filter.addAction(mActionFailBringUp);
85 filter.addAction(mPhone.getActionDetached());
88 filter.addAction(mPhone.getActionAttached());
DcTesterDeactivateAll.java 75 filter.addAction(sActionDcTesterDeactivateAll);
78 filter.addAction(mPhone.getActionDetached());
  /frameworks/base/core/java/com/android/internal/app/
ExternalMediaFormatActivity.java 76 filter.addAction(Intent.ACTION_MEDIA_REMOVED);
77 filter.addAction(Intent.ACTION_MEDIA_CHECKING);
78 filter.addAction(Intent.ACTION_MEDIA_MOUNTED);
79 filter.addAction(Intent.ACTION_MEDIA_SHARED);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerStartActivity.java 68 filter.addAction(BleServerService.BLE_SERVICE_ADDED);
69 filter.addAction(BleServerService.BLE_SERVER_CONNECTED);
70 filter.addAction(BleServerService.BLE_CHARACTERISTIC_READ_REQUEST);
71 filter.addAction(BleServerService.BLE_CHARACTERISTIC_WRITE_REQUEST);
72 filter.addAction(BleServerService.BLE_DESCRIPTOR_READ_REQUEST);
73 filter.addAction(BleServerService.BLE_DESCRIPTOR_WRITE_REQUEST);
74 filter.addAction(BleServerService.BLE_EXECUTE_WRITE);
75 filter.addAction(BleServerService.BLE_SERVER_DISCONNECTED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 65 filter.addAction(mPhone.getActionDetached());
68 filter.addAction(mPhone.getActionAttached());
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 96 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
97 filter.addAction(Intent.ACTION_PACKAGE_CHANGED);
101 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
102 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
103 filter.addAction(Intent.ACTION_LOCALE_CHANGED);
104 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
107 filter.addAction(SearchManager.INTENT_GLOBAL_SEARCH_ACTIVITY_CHANGED);
110 filter.addAction(SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 60 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/
PackageMonitor.java 42 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(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
MockListener.java 116 filter.addAction(SERVICE_CHECK);
117 filter.addAction(SERVICE_POSTED);
118 filter.addAction(SERVICE_PAYLOADS);
119 filter.addAction(SERVICE_REMOVED);
120 filter.addAction(SERVICE_CLEAR_ONE);
121 filter.addAction(SERVICE_CLEAR_ALL);
122 filter.addAction(SERVICE_RESET);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 111 filter.addAction(Intent.ACTION_ALARM_CHANGED);
112 filter.addAction(Intent.ACTION_SYNC_STATE_CHANGED);
113 filter.addAction(AudioManager.RINGER_MODE_CHANGED_ACTION);
114 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
115 filter.addAction(BluetoothAdapter.ACTION_CONNECTION_STATE_CHANGED);
116 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
117 filter.addAction(TtyIntent.TTY_ENABLED_CHANGE_ACTION);
  /frameworks/base/services/java/com/android/server/
IdleMaintenanceService.java 130 intentFilter.addAction(ACTION_UPDATE_IDLE_MAINTENANCE_STATE);
133 intentFilter.addAction(Intent.ACTION_BATTERY_CHANGED);
136 intentFilter.addAction(Intent.ACTION_SCREEN_ON);
137 intentFilter.addAction(Intent.ACTION_SCREEN_OFF);
140 intentFilter.addAction(Intent.ACTION_DREAMING_STARTED);
141 intentFilter.addAction(Intent.ACTION_DREAMING_STOPPED);
147 intentFilter.addAction(ACTION_FORCE_IDLE_MAINTENANCE);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 97 .addAction(R.drawable.ic_media_next,
138 .addAction(R.drawable.ic_dial_action_call, "Answer",
140 .addAction(R.drawable.ic_end_call, "Ignore",
162 .addAction(R.drawable.stat_notify_snooze, "+10 min",
164 .addAction(R.drawable.stat_notify_snooze_longer, "+1 hour",
166 .addAction(R.drawable.stat_notify_email, "Email",
185 .addAction(R.drawable.add, "Add to Gallery",
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 50 mIntentFilter.addAction(WifiP2pManager.WIFI_P2P_THIS_DEVICE_CHANGED_ACTION);
51 mIntentFilter.addAction(WifiP2pManager.WIFI_P2P_CONNECTION_CHANGED_ACTION);
52 mIntentFilter.addAction(WifiP2pManager.WIFI_P2P_PEERS_CHANGED_ACTION);
53 mIntentFilter.addAction(WifiP2pManager.WIFI_P2P_STATE_CHANGED_ACTION);
  /frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
BatteryWaster.java 62 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);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 93 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_STARTED);
94 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED);
95 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED);
96 filter.addAction(BluetoothDevice.ACTION_FOUND);
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 57 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
58 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED);
59 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED);
60 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 116 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
117 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED);
118 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
119 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
120 intentFilter.addAction(Intent.ACTION_PACKAGE_FIRST_LAUNCH);
121 intentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
127 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
128 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 71 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED);
72 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED);
73 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
78 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE);
79 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE);
83 userFilter.addAction(Intent.ACTION_USER_SWITCHED);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 117 addAction(allAction);
127 addAction(projectAction);
140 addAction(fileAction);
149 addAction(clearAction);
154 addAction(excludeAction);
160 private void addAction(IAction action) {

Completed in 2000 milliseconds

1 2 3 4 5 6 7 8 91011>>