Searched defs:mInstallBundle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DCredentialStorage.java108 private Bundle mInstallBundle; field in class:CredentialStorage
131 mInstallBundle = intent.getExtras();
218 if (mInstallBundle != null && !mInstallBundle.isEmpty()) {
219 Bundle bundle = mInstallBundle;
220 mInstallBundle = null;

Completed in 26 milliseconds