Searched refs:getDeviceProtectedDataDirForUser (Results 1 – 7 of 7) sorted by relevance
42 .getDeviceProtectedDataDirForUser(UserHandle.of(5)).getAbsolutePath()); in dataDirectoryPathsAreAsExpected()
79 public File getDeviceProtectedDataDirForUser(@NonNull UserHandle user) { in getDeviceProtectedDataDirForUser() method in ApexEnvironment
68 `when`(apexEnvironment.getDeviceProtectedDataDirForUser(any(UserHandle::class.java))).then {
72 `when`(apexEnvironment.getDeviceProtectedDataDirForUser(any(UserHandle::class.java))).then {
215 File dataDirectory = apexEnvironment.getDeviceProtectedDataDirForUser(user); in getFile()
262 File dataDirectory = apexEnvironment.getDeviceProtectedDataDirForUser(user); in getFile()
2269 …method @NonNull public java.io.File getDeviceProtectedDataDirForUser(@NonNull android.os.UserHandl…