Home
last modified time | relevance | path

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

/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DXmlConfigTests.java41 TestUtils.makeApplicationInfo()); in testEmptyConfigFile()
61 TestUtils.makeApplicationInfo()); in testEmptyAnchors()
80 TestUtils.makeApplicationInfo()); in testBasicDomainConfig()
117 TestUtils.makeApplicationInfo()); in testBasicPinning()
133 TestUtils.makeApplicationInfo()); in testExpiredPin()
148 TestUtils.makeApplicationInfo()); in testOverridesPins()
163 TestUtils.makeApplicationInfo()); in testBadPin()
179 TestUtils.makeApplicationInfo()); in testMultipleDomains()
201 TestUtils.makeApplicationInfo()); in testMultipleDomainConfigs()
217 TestUtils.makeApplicationInfo()); in testIncludeSubdomains()
[all …]
DTestUtils.java85 public static ApplicationInfo makeApplicationInfo() { in makeApplicationInfo() method in TestUtils
92 public static ApplicationInfo makeApplicationInfo(int targetSdkVersion) { in makeApplicationInfo() method in TestUtils
93 ApplicationInfo info = makeApplicationInfo(); in makeApplicationInfo()
DNetworkSecurityConfigTests.java226 .getDefaultBuilder(TestUtils.makeApplicationInfo())) in testConfigBuilderUsesParents()
268 .getDefaultBuilder(TestUtils.makeApplicationInfo(Build.VERSION_CODES.M)) in testUserAddedCaOptIn()
272 .getDefaultBuilder(TestUtils.makeApplicationInfo(Build.VERSION_CODES.N)) in testUserAddedCaOptIn()
274 ApplicationInfo privInfo = TestUtils.makeApplicationInfo(Build.VERSION_CODES.M); in testUserAddedCaOptIn()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBaseBroadcastQueueTest.java234 static ApplicationInfo makeApplicationInfo(String packageName) { in makeApplicationInfo() method in BaseBroadcastQueueTest
235 return makeApplicationInfo(packageName, packageName, UserHandle.USER_SYSTEM); in makeApplicationInfo()
238 static ApplicationInfo makeApplicationInfo(String packageName, String processName, int userId) { in makeApplicationInfo() method in BaseBroadcastQueueTest
271 ri.activityInfo.applicationInfo = makeApplicationInfo(packageName, processName, userId); in makeManifestReceiver()
DAsyncProcessStartTest.java186 final ApplicationInfo ai = makeApplicationInfo(packageName); in makeActiveProcessRecord()
231 static ApplicationInfo makeApplicationInfo(String packageName) { in makeApplicationInfo() method in AsyncProcessStartTest
262 final ApplicationInfo appInfo = makeApplicationInfo(PACKAGE); in startProcessAndWait()
DProcessObserverTest.java190 final ApplicationInfo ai = makeApplicationInfo(packageName); in makeActiveProcessRecord()
230 static ApplicationInfo makeApplicationInfo(String packageName) { in makeApplicationInfo() method in ProcessObserverTest
250 final ApplicationInfo appInfo = makeApplicationInfo(PACKAGE); in startProcess()
DBroadcastQueueModernImplTest.java131 final ApplicationInfo ai = makeApplicationInfo(PACKAGE_ORANGE); in setUp()
1563 final ProcessRecord greenProcess = makeProcessRecord(makeApplicationInfo(PACKAGE_GREEN)); in testDeliveryDeferredForCached()
1564 final ProcessRecord redProcess = makeProcessRecord(makeApplicationInfo(PACKAGE_RED)); in testDeliveryDeferredForCached()
1658 final ProcessRecord greenProcess = makeProcessRecord(makeApplicationInfo(PACKAGE_GREEN)); in testDeliveryDeferredForCached_withInfiniteDeferred()
1659 final ProcessRecord redProcess = makeProcessRecord(makeApplicationInfo(PACKAGE_RED)); in testDeliveryDeferredForCached_withInfiniteDeferred()
1759 final ProcessRecord greenProcess = makeProcessRecord(makeApplicationInfo(PACKAGE_GREEN)); in testIsProcessFreezable()
DBroadcastQueueTest.java311 final ApplicationInfo ai = makeApplicationInfo(packageName, processName, userId); in makeActiveProcessRecord()
1288 makeActiveProcessRecord(makeApplicationInfo(PACKAGE_BLUE), PACKAGE_BLUE,
1294 makeActiveProcessRecord(makeApplicationInfo(PACKAGE_YELLOW), PACKAGE_YELLOW,
1378 makeActiveProcessRecord(makeApplicationInfo(PACKAGE_GREEN), PACKAGE_GREEN,