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

<<111213

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java396 * later restarted (hopefully due to some user action). The value is the
582 * State of all active sticky broadcasts per user. Keys are the action of the
584 * that action (which should usually be one). The SparseArray is keyed
1000 Intent intent = new Intent("android.intent.action.ANR");
7855 public final void startRunning(String pkg, String cls, String action, argument
7864 mTopAction = action != null ? action : Intent.ACTION_MAIN;
10076 pw.print(" * Sticky action "); pw.print(ent.getKey());
11554 private final List getStickiesLocked(String action, IntentFilter filter, argument
11561 final ArrayList<Intent> list = stickies.get(action);
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java659 private native int nativeHandleTouchEvent(int nativeClass, int action, 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/services/java/com/android/server/wm/
H A DWindowManagerService.java296 final String action = intent.getAction();
297 if (DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED.equals(action)) {
2610 String action, int x, int y, int z, Bundle extras, boolean sync) {
2623 wallpaper.mClient.dispatchWallpaperCommand(action,
3525 // No obvious action we need to take, but if our current
3575 //action like disabling/enabling sensors etc.,
2609 sendWindowWallpaperCommandLocked(WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument

Completed in 693 milliseconds

<<111213