Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DCredentialStorage.java113 private Bundle mInstallBundle; field in CredentialStorage
135 mInstallBundle = intent.getExtras(); in onResume()
230 if (mInstallBundle == null || mInstallBundle.isEmpty()) { in installIfAvailable()
234 Bundle bundle = mInstallBundle; in installIfAvailable()
235 mInstallBundle = null; in installIfAvailable()