Searched refs:mCurrentAction (Results 1 – 4 of 4) sorted by relevance
41 private String mCurrentAction; field in LocalActivityManagerTestHelper57 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 …]
283 private String mCurrentAction; field in BleClientService344 mCurrentAction = action; in onTestFinish()345 if (mCurrentAction != null) { in onTestFinish()346 switch (mCurrentAction) { in onTestFinish()520 if (BLE_CLIENT_ACTION_REQUEST_MTU_23.equals(mCurrentAction)) { in requestMtu()522 } else if (BLE_CLIENT_ACTION_REQUEST_MTU_512.equals(mCurrentAction)) { in requestMtu()525 throw new IllegalStateException("unexpected action: " + mCurrentAction); in requestMtu()676 if (BLE_CLIENT_ACTION_REQUEST_MTU_23.equals(mCurrentAction)) { in notifyMtuChanged()678 } else if (BLE_CLIENT_ACTION_REQUEST_MTU_512.equals(mCurrentAction)) { in notifyMtuChanged()681 throw new IllegalStateException("unexpected action: " + mCurrentAction); in notifyMtuChanged()[all …]
189 private String mCurrentAction; field in BleCocServerService298 mCurrentAction = action; in onTestFinish()299 if (mCurrentAction != null) { in onTestFinish()300 switch (mCurrentAction) { in onTestFinish()321 Log.e(TAG, "Error: Unhandled or invalid action=" + mCurrentAction); in onTestFinish()
139 private String mCurrentAction; field in BleCocClientService192 mCurrentAction = action; in onTestFinish()193 if (mCurrentAction != null) { in onTestFinish()194 switch (mCurrentAction) { in onTestFinish()231 Log.e(TAG, "Error: Unhandled or invalid action=" + mCurrentAction); in onTestFinish()