Searched refs:makeApplicationInfo (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
D | XmlConfigTests.java | 41 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 …]
|
D | TestUtils.java | 85 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()
|
D | NetworkSecurityConfigTests.java | 226 .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/ |
D | BaseBroadcastQueueTest.java | 234 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()
|
D | AsyncProcessStartTest.java | 186 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()
|
D | ProcessObserverTest.java | 190 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()
|
D | BroadcastQueueModernImplTest.java | 131 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()
|
D | BroadcastQueueTest.java | 311 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,
|