Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java87 private String mExpectedProvisionResponseAction = null; field in TetherService
117 if (Objects.equals(responseAction, mExpectedProvisionResponseAction)) return; in maybeRegisterReceiver()
119 if (mExpectedProvisionResponseAction != null) unregisterReceiver(mReceiver); in maybeRegisterReceiver()
123 mExpectedProvisionResponseAction = responseAction; in maybeRegisterReceiver()
215 if (mExpectedProvisionResponseAction != null) { in onDestroy()
217 mExpectedProvisionResponseAction = null; in onDestroy()
326 if (!intent.getAction().equals(mExpectedProvisionResponseAction)) {
328 + intent.getAction() + ", expected=" + mExpectedProvisionResponseAction);
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java77 private String mExpectedProvisionResponseAction = null; field in TetherService
108 if (Objects.equals(responseAction, mExpectedProvisionResponseAction)) return; in maybeRegisterReceiver()
110 if (mExpectedProvisionResponseAction != null) unregisterReceiver(mReceiver); in maybeRegisterReceiver()
114 mExpectedProvisionResponseAction = responseAction; in maybeRegisterReceiver()
196 if (mExpectedProvisionResponseAction != null) { in onDestroy()
198 mExpectedProvisionResponseAction = null; in onDestroy()
373 if (!intent.getAction().equals(mExpectedProvisionResponseAction)) {
375 + intent.getAction() + ", expected=" + mExpectedProvisionResponseAction);