HomeSort by relevance Sort by last modified time
    Searched refs:ActivityController (Results 1 - 5 of 5) sorted by null

  /packages/apps/Browser/src/com/android/browser/stub/
NullController.java 15 import com.android.browser.ActivityController;
18 public class NullController implements ActivityController {
  /packages/apps/Browser/src/com/android/browser/
ActivityController.java 16 public interface ActivityController {
BrowserActivity.java 52 private ActivityController mController = NullController.INSTANCE;
Controller.java 108 implements WebViewController, UiController, ActivityController {
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 118 * This is set by the ActivityController thread to request collection of ANR
124 * This is set by the ActivityController thread to request a
130 * This is set by the ActivityController thread to request a
136 * This is set by the ActivityController thread to request a
142 * Synchronization for the ActivityController callback to block
148 * This is set by the ActivityController thread to request a
168 * This is set by the ActivityController thread to request a "procrank"
281 private class ActivityController extends IActivityController.Stub {
420 * NOTE: You cannot perform a dumpsys call from the ActivityController
    [all...]

Completed in 220 milliseconds