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 …]
291 private String mCurrentAction; field in BleClientService361 mCurrentAction = action; in onTestFinish()362 if (mCurrentAction != null) { in onTestFinish()363 switch (mCurrentAction) { in onTestFinish()541 if (BLE_CLIENT_ACTION_REQUEST_MTU_23.equals(mCurrentAction)) { in requestMtu()543 } else if (BLE_CLIENT_ACTION_REQUEST_MTU_512.equals(mCurrentAction)) { in requestMtu()546 throw new IllegalStateException("unexpected action: " + mCurrentAction); in requestMtu()720 if (BLE_CLIENT_ACTION_REQUEST_MTU_23.equals(mCurrentAction)) { in notifyMtuChanged()722 } else if (BLE_CLIENT_ACTION_REQUEST_MTU_512.equals(mCurrentAction)) { in notifyMtuChanged()725 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()320 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()230 Log.e(TAG, "Error: Unhandled or invalid action=" + mCurrentAction); in onTestFinish()