Searched refs:mProtectedConfirmation (Results 1 – 2 of 2) sorted by relevance
46 private IProtectedConfirmation mProtectedConfirmation; field in AndroidProtectedConfirmation49 mProtectedConfirmation = null; in AndroidProtectedConfirmation()53 if (mProtectedConfirmation == null) { in getService()54 mProtectedConfirmation = IProtectedConfirmation.Stub.asInterface(ServiceManager in getService()57 return mProtectedConfirmation; in getService()
95 private AndroidProtectedConfirmation mProtectedConfirmation; field in ConfirmationPrompt98 if (mProtectedConfirmation == null) { in getService()99 mProtectedConfirmation = new AndroidProtectedConfirmation(); in getService()101 return mProtectedConfirmation; in getService()