Searched refs:mExpectedProvisionResponseAction (Results 1 – 1 of 1) sorted by relevance
87 private String mExpectedProvisionResponseAction = null; field in TetherService117 if (Objects.equals(responseAction, mExpectedProvisionResponseAction)) return; in maybeRegisterReceiver()119 if (mExpectedProvisionResponseAction != null) unregisterReceiver(mReceiver); in maybeRegisterReceiver()124 mExpectedProvisionResponseAction = responseAction; in maybeRegisterReceiver()216 if (mExpectedProvisionResponseAction != null) { in onDestroy()218 mExpectedProvisionResponseAction = null; in onDestroy()328 if (!intent.getAction().equals(mExpectedProvisionResponseAction)) {330 + intent.getAction() + ", expected=" + mExpectedProvisionResponseAction);