Searched refs:mIntentResult (Results 1 – 1 of 1) sorted by relevance
45 private final AtomicBoolean mIntentResult = new AtomicBoolean(false); field in ProvisioningResultListener58 mIntentResult.set(intent.getBooleanExtra(EXTRA_RESULT, false)); in onReceive()93 Log.i(TAG, "mIntentResult: " + mIntentResult.get()); in getResult()95 return mBroadcastResult.get() && mIntentResult.get() in getResult()