Searched refs:sCurrentUser (Results 1 – 2 of 2) sorted by relevance
65 private static UserEnvironment sCurrentUser; field in Environment75 sCurrentUser = new UserEnvironment(userId); in initForCurrentUser()444 return sCurrentUser.getExternalDirs()[0]; in getExternalStorageDirectory()628 return sCurrentUser.buildExternalStoragePublicDirs(type)[0]; in getExternalStoragePublicDirectory()637 return sCurrentUser.buildExternalStorageAndroidDataDirs(); in buildExternalStorageAndroidDataDirs()646 return sCurrentUser.buildExternalStorageAppDataDirs(packageName); in buildExternalStorageAppDataDirs()655 return sCurrentUser.buildExternalStorageAppMediaDirs(packageName); in buildExternalStorageAppMediaDirs()664 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()673 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName); in buildExternalStorageAppFilesDirs()682 return sCurrentUser.buildExternalStorageAppCacheDirs(packageName); in buildExternalStorageAppCacheDirs()[all …]
316 private static int sCurrentUser; field in KeyguardUpdateMonitor319 sCurrentUser = currentUser; in setCurrentUser()323 return sCurrentUser; in getCurrentUser()581 && !hasFingerprintUnlockTimedOut(sCurrentUser); in isUnlockingWithFingerprintAllowed()601 mStrongAuthNotTimedOut.add(sCurrentUser); in reportSuccessfulStrongAuthUnlockAttempt()613 sCurrentUser); in scheduleStrongAuthTimeout()615 intent.putExtra(USER_ID, sCurrentUser); in scheduleStrongAuthTimeout()617 sCurrentUser, intent, PendingIntent.FLAG_CANCEL_CURRENT); in scheduleStrongAuthTimeout()619 notifyStrongAuthStateChanged(sCurrentUser); in scheduleStrongAuthTimeout()1657 mFailedAttempts.delete(sCurrentUser); in clearFailedUnlockAttempts()