Searched refs:createUserData (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserDataPreparerTest.java104 verify(mInstaller).createUserData(isNull(String.class), eq(TEST_USER_ID),
122 verify(mInstaller).createUserData(isNull(String.class), eq(TEST_USER_ID),
/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl21 void createUserData(@nullable @utf8InCpp String uuid, int userId, int userSerial, int flags);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java395 public void createUserData(String uuid, int userId, int userSerial, int flags) method in class:Installer
399 mInstalld.createUserData(uuid, userId, userSerial, flags);
H A DUserDataPreparer.java100 mInstaller.createUserData(volumeUuid, userId, userSerial, flags);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h43 binder::Status createUserData(const std::unique_ptr<std::string>& uuid, int32_t userId,
H A DInstalldNativeService.cpp946 binder::Status InstalldNativeService::createUserData(const std::unique_ptr<std::string>& uuid, function in class:android::installd::InstalldNativeService
/frameworks/base/config/
H A Dboot-image-profile.txt4248 HPLandroid/os/IInstalld$Stub$Proxy;->createUserData(Ljava/lang/String;III)V
[all...]

Completed in 207 milliseconds