Searched refs:mExpectedProvisionResponseAction (Results 1 – 2 of 2) 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()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);
77 private String mExpectedProvisionResponseAction = null; field in TetherService108 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);