Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/security/
DCredentialStorage.java72 private Bundle mInstallBundle; field in CredentialStorage
93 mInstallBundle = intent.getExtras(); in onResume()
122 if (mInstallBundle == null || mInstallBundle.isEmpty()) { in installIfAvailable()
126 final Bundle bundle = mInstallBundle; in installIfAvailable()
127 mInstallBundle = null; in installIfAvailable()