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

<<1112

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java420 final String action = intent.getAction();
421 if (Intent.ACTION_SCREEN_ON.equals(action)) {
426 } else if (Intent.ACTION_SCREEN_OFF.equals(action)) {
431 } else if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1122 * @param action is one of CF_ACTION_*
1126 public void setCallForward(int action, int cfReason, int serviceClass, argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java1193 String action = data.readString();
1195 startRunning(pkg, cls, action, indata);
3299 public void startRunning(String pkg, String cls, String action, argument
3306 data.writeString(action);
/frameworks/base/services/input/
H A DInputReader.h1644 // If the changedId is >= 0 and the action is POINTER_DOWN or POINTER_UP, the
1645 // method will take care of setting the index and transmuting the action to DOWN or UP
1648 int32_t action, int32_t flags, int32_t metaState, int32_t buttonState,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java541 "com.android.server.WifiManager.action.START_SCAN";
546 "com.android.server.WifiManager.action.DELAYED_DRIVER_STOP";
651 String action = intent.getAction();
653 if (action.equals(Intent.ACTION_SCREEN_ON)) {
655 } else if (action.equals(Intent.ACTION_SCREEN_OFF)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1589 setCallForward(int action, int cfReason, int serviceClass, argument
1594 rr.mp.writeInt(action);
1602 + " " + action + " " + cfReason + " " + serviceClass
1614 rr.mp.writeInt(2); // 2 is for query action, not in used anyway
/frameworks/base/core/java/android/widget/
H A DTextView.java265 // System wide time for last cut or copy action.
425 * Interface definition for a callback to be invoked when an action is
430 * Called when an action is being performed.
433 * @param actionId Identifier of the action. This will be either the
439 * @return Return true if you have consumed the action, else false.
3912 * Change the custom IME action associated with the text view, which
3929 * Get the IME action label previous set with {@link #setImeActionLabel}.
3940 * Get the IME action ID previous set with {@link #setImeActionLabel}.
3951 * Set a special listener to be called when an action is performed
3953 * or when an action supplie
5602 onPrivateIMECommand(String action, Bundle data) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java364 * later restarted (hopefully due to some user action). The value is the
550 * State of all active sticky broadcasts per user. Keys are the action of the
552 * that action (which should usually be one). The SparseArray is keyed
963 Intent intent = new Intent("android.intent.action.ANR");
7578 public final void startRunning(String pkg, String cls, String action, argument
7587 mTopAction = action != null ? action : Intent.ACTION_MAIN;
9788 pw.print(" * Sticky action "); pw.print(ent.getKey());
11266 private final List getStickiesLocked(String action, IntentFilter filter, argument
11273 final ArrayList<Intent> list = stickies.get(action);
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java657 private native int nativeHandleTouchEvent(int nativeClass, int action, argument
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java301 final String action = intent.getAction();
302 if (DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED.equals(action)) {
2615 String action, int x, int y, int z, Bundle extras, boolean sync) {
2628 wallpaper.mClient.dispatchWallpaperCommand(action,
3940 // No obvious action we need to take, but if our current
3981 //action like disabling/enabling sensors etc.,
2614 sendWindowWallpaperCommandLocked(WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorAPITest.java934 public void onProgress(Object item, int action, int progress) {
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css600 .design li.with-icon.action:before {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css600 .design li.with-icon.action:before {

Completed in 176 milliseconds

<<1112