HomeSort by relevance Sort by last modified time
    Searched refs:sCurrentUser (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
Environment.java 65 private static UserEnvironment sCurrentUser;
75 sCurrentUser = new UserEnvironment(userId);
444 return sCurrentUser.getExternalDirs()[0];
628 return sCurrentUser.buildExternalStoragePublicDirs(type)[0];
637 return sCurrentUser.buildExternalStorageAndroidDataDirs();
646 return sCurrentUser.buildExternalStorageAppDataDirs(packageName);
655 return sCurrentUser.buildExternalStorageAppMediaDirs(packageName);
664 return sCurrentUser.buildExternalStorageAppObbDirs(packageName);
673 return sCurrentUser.buildExternalStorageAppFilesDirs(packageName);
682 return sCurrentUser.buildExternalStorageAppCacheDirs(packageName)
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 316 private static int sCurrentUser;
319 sCurrentUser = currentUser;
323 return sCurrentUser;
581 && !hasFingerprintUnlockTimedOut(sCurrentUser);
601 mStrongAuthNotTimedOut.add(sCurrentUser);
613 sCurrentUser);
615 intent.putExtra(USER_ID, sCurrentUser);
617 sCurrentUser, intent, PendingIntent.FLAG_CANCEL_CURRENT);
619 notifyStrongAuthStateChanged(sCurrentUser);
    [all...]

Completed in 447 milliseconds