Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DServerInterfaceTest.java416 ApplicationInfo fakeApplicationInfo = new ApplicationInfo(); in testConnectionConsent() local
421 .thenReturn(fakeApplicationInfo); in testConnectionConsent()
423 fakeApplicationInfo.enabled = false; in testConnectionConsent()
426 fakeApplicationInfo.enabled = true; in testConnectionConsent()
436 fakeApplicationInfo.enabled = false; in testConnectionConsent()