Searched refs:CLIENT_PKG_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/ |
D | SdkSandboxStorageManagerUnitTest.java | 58 private static final String CLIENT_PKG_NAME = "client"; field in SdkSandboxStorageManagerUnitTest 132 final CallingInfo callingInfo = new CallingInfo(CLIENT_UID, CLIENT_PKG_NAME); in test_getSdkStorageDirInfo_nonExistingStorage() 143 USER_ID, CLIENT_PKG_NAME, Arrays.asList(SDK_NAME), Collections.emptyList()); in test_getSdkStorageDirInfo_storageExists() 152 final CallingInfo callingInfo = new CallingInfo(CLIENT_UID, CLIENT_PKG_NAME); in test_getSdkStorageDirInfo_storageExists() 164 final CallingInfo callingInfo = new CallingInfo(CLIENT_UID, CLIENT_PKG_NAME); in test_getInernalStorageDirInfo_nonExistingStorage() 176 CLIENT_PKG_NAME, in test_getInternalStorageDirInfo_storageExists() 186 final CallingInfo callingInfo = new CallingInfo(CLIENT_UID, CLIENT_PKG_NAME); in test_getInternalStorageDirInfo_storageExists() 202 CLIENT_PKG_NAME, in test_getMountedVolumes_newVolumeExists() 208 CLIENT_PKG_NAME, in test_getMountedVolumes_newVolumeExists() 222 CLIENT_PKG_NAME, in test_GetMountedVolumes_NewVolumeDoesNotExist() [all …]
|