Home | History | Annotate | Download | only in storage

Lines Matching refs:uid

31          * Gets the external storage mount mode for the given uid.
33 * @param uid The UID for which to determine mount mode.
34 * @param packageName The package in the UID for making the call.
42 public int getMountMode(int uid, String packageName);
45 * Gets whether external storage should be reported to the given UID.
47 * @param uid The UID for which to determine whether it has external storage.
48 * @param packageName The package in the UID for making the call.
53 public boolean hasExternalStorage(int uid, String packageName);
67 * Notify the mount service that the mount policy for a UID changed.
68 * @param uid The UID for which policy changed.
69 * @param packageName The package in the UID for making the call.
71 public abstract void onExternalStoragePolicyChanged(int uid, String packageName);
74 * Gets the mount mode to use for a given UID as determined by consultin all
77 * @param uid The UID for which to get mount mode.
78 * @param packageName The package in the UID for making the call.
81 public abstract int getExternalStorageMountMode(int uid, String packageName);