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

/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppIdleHistory.java287 private File getUserFile(int userId) { method in class:AppIdleHistory
295 AtomicFile appIdleFile = new AtomicFile(getUserFile(userId));
336 AtomicFile appIdleFile = new AtomicFile(getUserFile(userId));
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java931 final File getUserFile(@UserIdInt int userId) { method in class:ShortcutService
936 final File path = getUserFile(userId);
989 final File path = getUserFile(userId);

Completed in 65 milliseconds