Home
last modified time | relevance | path

Searched refs:mCurrentAction (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DLocalActivityManagerTestHelper.java41 private String mCurrentAction; field in LocalActivityManagerTestHelper
57 mCurrentAction = getIntent().getAction(); in onCreate()
68 if (mCurrentAction.equals(ACTION_DISPATCH_RESUME)) { in onResume()
70 } else if (mCurrentAction.equals(ACTION_START_ACTIVITY)) { in onResume()
72 } else if (mCurrentAction.equals(ACTION_DISPATCH_CREATE)) { in onResume()
74 } else if (mCurrentAction.equals(ACTION_DISPATCH_STOP)) { in onResume()
76 } else if (mCurrentAction.equals(ACTION_DISPATCH_PAUSE_TRUE)) { in onResume()
78 } else if (mCurrentAction.equals(ACTION_DISPATCH_PAUSE_FALSE)) { in onResume()
80 } else if (mCurrentAction.equals(ACTION_SAVE_INSTANCE_STATE)) { in onResume()
82 } else if (mCurrentAction.equals(ACTION_DISPATCH_DESTROY)) { in onResume()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java283 private String mCurrentAction; field in BleClientService
341 mCurrentAction = action; in onTestFinish()
342 if (mCurrentAction != null) { in onTestFinish()
343 switch (mCurrentAction) { in onTestFinish()
517 if (BLE_CLIENT_ACTION_REQUEST_MTU_23.equals(mCurrentAction)) { in requestMtu()
519 } else if (BLE_CLIENT_ACTION_REQUEST_MTU_512.equals(mCurrentAction)) { in requestMtu()
522 throw new IllegalStateException("unexpected action: " + mCurrentAction); in requestMtu()
664 if (BLE_CLIENT_ACTION_REQUEST_MTU_23.equals(mCurrentAction)) { in notifyMtuChanged()
666 } else if (BLE_CLIENT_ACTION_REQUEST_MTU_512.equals(mCurrentAction)) { in notifyMtuChanged()
669 throw new IllegalStateException("unexpected action: " + mCurrentAction); in notifyMtuChanged()
[all …]