Searched refs:action (Results 276 - 300 of 304) sorted by relevance

<<111213

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1780 int action = 0;
1783 action = MediaProcessingProgressListener.ACTION_DECODE;
1785 action = MediaProcessingProgressListener.ACTION_ENCODE;
1828 mMediaProcessingProgressListener.onProgress(mProcessingObject, action,
1838 mMediaProcessingProgressListener.onProgress(mProcessingObject, action,
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java265 final String action = intent.getAction();
270 if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
273 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
286 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
287 changed = Intent.ACTION_PACKAGE_CHANGED.equals(action);
H A DBackupManagerService.java1345 String action = intent.getAction();
1350 if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||
1351 Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
1360 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
1362 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action)) {
1365 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) {
5262 boolean startConfirmationUi(int token, String action) { argument
5264 Intent confIntent = new Intent(action);
5475 // name is not one of the available transports, no action is taken and the method
H A DWallpaperManagerService.java465 String action = intent.getAction();
466 if (Intent.ACTION_USER_REMOVED.equals(action)) {
472 // else if (Intent.ACTION_USER_STOPPING.equals(action)) {
H A DInputMethodManagerService.java428 final String action = intent.getAction();
429 if (Intent.ACTION_SCREEN_ON.equals(action)) {
434 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) {
439 } else if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
H A DLocationManagerService.java259 String action = intent.getAction();
260 if (Intent.ACTION_USER_SWITCHED.equals(action)) {
/frameworks/base/core/java/android/widget/
H A DGridView.java1541 int action = event.getAction();
1543 if (action != KeyEvent.ACTION_UP) {
1651 switch (action) {
H A DListView.java2135 int action = event.getAction();
2137 if (action != KeyEvent.ACTION_UP) {
2262 switch (action) {
H A DTextView.java275 // System wide time for last cut or copy action.
590 * Interface definition for a callback to be invoked when an action is
595 * Called when an action is being performed.
598 * @param actionId Identifier of the action. This will be either the
604 * @return Return true if you have consumed the action, else false.
4116 * Change the custom IME action associated with the text view, which
4133 * Get the IME action label previous set with {@link #setImeActionLabel}.
4144 * Get the IME action ID previous set with {@link #setImeActionLabel}.
4155 * Set a special listener to be called when an action is performed
4157 * or when an action supplie
5820 onPrivateIMECommand(String action, Bundle data) argument
8086 performAccessibilityAction(int action, Bundle arguments) argument
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java219 "com.android.server.net.action.ALLOW_BACKGROUND";
221 "com.android.server.net.action.SNOOZE_WARNING";
437 final String action = intent.getAction();
441 if (ACTION_PACKAGE_ADDED.equals(action)) {
476 final String action = intent.getAction();
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java425 public boolean performPrivateCommand(String action, Bundle data) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1122 * @param action is one of CF_ACTION_*
1126 void setCallForward(int action, int cfReason, int serviceClass, argument
H A DRIL.java1651 setCallForward(int action, int cfReason, int serviceClass, argument
1656 rr.mParcel.writeInt(action);
1664 + " " + action + " " + cfReason + " " + serviceClass
1677 rr.mParcel.writeInt(2); // 2 is for query action, not in used anyway
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java407 public void setCallForward(int action, int cfReason, int serviceClass, String number, argument
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java1379 for (String action: actions) {
1380 filter.addAction(action);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java2796 String action = sintent.getAction();
2797 if (resultsAction != null && resultsAction.equals(action)) {
2798 // If this action was explicitly requested, then don't
2800 action = null;
2838 || (action != null && sri.filter.matchAction(action))) {
2878 final String action = it.next();
2879 if (resultsAction != null && resultsAction.equals(action)) {
2880 // If this action was explicitly requested, then don't
2886 if (rij.filter != null && rij.filter.hasAction(action)) {
5825 sendPackageBroadcast(String action, String pkg, Bundle extras, String targetPkg, IIntentReceiver finishedReceiver, int[] userIds) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java1479 // Do this last; the action bar will need to access
2057 * it will set up the dispatch to call {@link #onKeyUp} where the action
2059 * action immediately in on-down, as those versions of the platform
2279 * <p>Note that this callback will be invoked for the touch down action
2540 Log.e(TAG, "Tried to open action bar menu with no action bar");
2719 * activity hierarchy from the action bar.
3311 // Make sure that action views can get an appropriate theme.
3472 * here; otherwise, its associated action will be executed (such as
4663 * Runs the specified action o
4669 runOnUiThread(Runnable action) argument
[all...]
H A DFragmentManager.java191 * enqueues the request to pop, but the action will not be performed until the
208 * request to pop, but the action will not be performed until the application
230 * request to pop, but the action will not be performed until the application
1319 "Can not perform this action after onSaveInstanceState");
1323 "Can not perform this action inside of " + mNoTransactionsBecause);
1327 public void enqueueAction(Runnable action, boolean allowStateLoss) { argument
1338 mPendingActions.add(action);
H A DIActivityManager.java236 public void startRunning(String pkg, String cls, String action, argument
H A DActivityManagerNative.java1200 String action = data.readString();
1202 startRunning(pkg, cls, action, indata);
3382 public void startRunning(String pkg, String cls, String action, argument
3389 data.writeString(action);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java511 "com.android.server.WifiManager.action.START_SCAN";
516 "com.android.server.WifiManager.action.DELAYED_DRIVER_STOP";
617 String action = intent.getAction();
619 if (action.equals(Intent.ACTION_SCREEN_ON)) {
621 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java190 * request to pop, but the action will not be performed until the application
207 * request to pop, but the action will not be performed until the application
229 * request to pop, but the action will not be performed until the application
1342 "Can not perform this action after onSaveInstanceState");
1346 "Can not perform this action inside of " + mNoTransactionsBecause);
1350 public void enqueueAction(Runnable action, boolean allowStateLoss) { argument
1361 mPendingActions.add(action);
/frameworks/base/services/input/
H A DInputReader.h1658 // If the changedId is >= 0 and the action is POINTER_DOWN or POINTER_UP, the
1659 // method will take care of setting the index and transmuting the action to DOWN or UP
1662 int32_t action, int32_t flags, int32_t metaState, int32_t buttonState,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1198 * @param action is one of CF_ACTION_*
1203 public void setCallForward(int action, int cfReason, int serviceClass, argument
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java262 String action = intent.getAction();
263 if (Intent.ACTION_USER_REMOVED.equals(action)) {
265 } else if (Intent.ACTION_USER_STARTED.equals(action)) {

Completed in 639 milliseconds

<<111213