Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocActivity.java30 Bundle verifyBundle = new Bundle(); in onCreate() local
31 verifyBundle.putParcelable(AccountManager.KEY_INTENT, new Intent(this, PocActivity.class)); in onCreate()
39 PocAuthService.mAddAccountResponse = ambiguator.make(verifyBundle, testBundle); in onCreate()