Searched defs:kTestAppUid (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp151 const gid_t kTestAppUid = multiuser_get_uid(kTestUserId, kTestAppId); member in class:android::installd::DexoptTest
217 kTestAppUid,
227 ASSERT_TRUE(WriteBase64ToFile(kDexFile, secondary_dex_ce_, kTestAppUid, kTestAppGid, 0600));
236 ASSERT_TRUE(WriteBase64ToFile(kDexFile, secondary_dex_de_, kTestAppUid, kTestAppGid, 0600));
254 uid = kTestAppUid;
302 uid = kTestAppUid;
697 SetupProfile(cur_profile_, kTestAppUid, kTestAppGid, 0600, 1);
699 SetupProfile(ref_profile_, kTestAppUid, kTestAppGid, 0600, 2);
749 kTestAppUid, package_name, code_path, &result);
759 CheckFileAccess(ref_profile_, kTestAppUid, kTestAppUi
[all...]

Completed in 48 milliseconds