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

  /cts/tests/app/app/src/android/app/stubs/
LocalActivityManagerTestHelper.java 41 private String mCurrentAction;
57 mCurrentAction = getIntent().getAction();
68 if (mCurrentAction.equals(ACTION_DISPATCH_RESUME)) {
70 } else if (mCurrentAction.equals(ACTION_START_ACTIVITY)) {
72 } else if (mCurrentAction.equals(ACTION_DISPATCH_CREATE)) {
74 } else if (mCurrentAction.equals(ACTION_DISPATCH_STOP)) {
76 } else if (mCurrentAction.equals(ACTION_DISPATCH_PAUSE_TRUE)) {
78 } else if (mCurrentAction.equals(ACTION_DISPATCH_PAUSE_FALSE)) {
80 } else if (mCurrentAction.equals(ACTION_SAVE_INSTANCE_STATE)) {
82 } else if (mCurrentAction.equals(ACTION_DISPATCH_DESTROY))
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObject.java 69 private ActionType mCurrentAction;
107 mCurrentAction = ActionType.INVALID;
241 return mCurrentAction;
245 mCurrentAction = type;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 283 private String mCurrentAction;
344 mCurrentAction = action;
345 if (mCurrentAction != null) {
346 switch (mCurrentAction) {
520 if (BLE_CLIENT_ACTION_REQUEST_MTU_23.equals(mCurrentAction)) {
522 } else if (BLE_CLIENT_ACTION_REQUEST_MTU_512.equals(mCurrentAction)) {
525 throw new IllegalStateException("unexpected action: " + mCurrentAction);
    [all...]

Completed in 530 milliseconds