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()404 return sCurrentUser.getExternalDirs()[0]; in getExternalStorageDirectory()588 return sCurrentUser.buildExternalStoragePublicDirs(type)[0]; in getExternalStoragePublicDirectory()597 return sCurrentUser.buildExternalStorageAndroidDataDirs(); in buildExternalStorageAndroidDataDirs()606 return sCurrentUser.buildExternalStorageAppDataDirs(packageName); in buildExternalStorageAppDataDirs()615 return sCurrentUser.buildExternalStorageAppMediaDirs(packageName); in buildExternalStorageAppMediaDirs()624 return sCurrentUser.buildExternalStorageAppObbDirs(packageName); in buildExternalStorageAppObbDirs()633 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName); in buildExternalStorageAppFilesDirs()642 return sCurrentUser.buildExternalStorageAppCacheDirs(packageName); in buildExternalStorageAppCacheDirs()[all …]
297 private static int sCurrentUser; field in KeyguardUpdateMonitor300 sCurrentUser = currentUser; in setCurrentUser()304 return sCurrentUser; in getCurrentUser()554 && !hasFingerprintUnlockTimedOut(sCurrentUser); in isUnlockingWithFingerprintAllowed()570 mStrongAuthNotTimedOut.add(sCurrentUser); in reportSuccessfulStrongAuthUnlockAttempt()581 intent.putExtra(USER_ID, sCurrentUser); in scheduleStrongAuthTimeout()583 sCurrentUser, intent, PendingIntent.FLAG_CANCEL_CURRENT); in scheduleStrongAuthTimeout()585 notifyStrongAuthStateChanged(sCurrentUser); in scheduleStrongAuthTimeout()1556 mFailedAttempts.delete(sCurrentUser); in clearFailedUnlockAttempts()