Searched refs:createProfileSnapshot (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 1113 void createProfileSnapshot(int32_t appid, const std::string& package_name, in createProfileSnapshot() function in android::installd::ProfileTest 1116 ASSERT_BINDER_SUCCESS(service_->createProfileSnapshot( in createProfileSnapshot() 1264 createProfileSnapshot(kTestAppId, package_name_, /*expected_result*/ true); in TEST_F() 1273 createProfileSnapshot(kTestAppId, package_name_, /*expected_result*/ true); in TEST_F() 1280 createProfileSnapshot(kTestAppId, "not.there", /*expected_result*/ false); in TEST_F() 1287 createProfileSnapshot(kTestAppId, package_name_, /*expected_result*/ true); in TEST_F() 1517 ASSERT_BINDER_SUCCESS(service_->createProfileSnapshot( in createBootImageProfileSnapshot()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 85 boolean createProfileSnapshot(int appId, @utf8InCpp String packageName, in createProfileSnapshot() method
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 163 binder::Status createProfileSnapshot(int32_t appId, const std::string& packageName,
|
D | InstalldNativeService.cpp | 3239 binder::Status InstalldNativeService::createProfileSnapshot(int32_t appId, in createProfileSnapshot() function in android::installd::InstalldNativeService
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 35740 Landroid/os/IInstalld$Stub$Proxy;->createProfileSnapshot(ILjava/lang/String;Ljava/lang/String;Ljava… 35823 Landroid/os/IInstalld;->createProfileSnapshot(ILjava/lang/String;Ljava/lang/String;Ljava/lang/Strin…
|