Home
last modified time | relevance | path

Searched defs:userId (Results 1 – 25 of 85) sorted by relevance

1234

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java149 public void onUserSwitched(int userId) { in onUserSwitched()
189 public void onServicesUpdated(int userId, List<ApduServiceInfo> services) { in onServicesUpdated()
199 public void onNfcFServicesUpdated(int userId, List<NfcFServiceInfo> services) { in onNfcFServicesUpdated()
206 void verifyDefaults(int userId, List<ApduServiceInfo> services) { in verifyDefaults()
278 ComponentName getDefaultServiceForCategory(int userId, String category, in getDefaultServiceForCategory()
300 boolean setDefaultServiceForCategoryChecked(int userId, ComponentName service, in setDefaultServiceForCategoryChecked()
319 boolean isServiceRegistered(int userId, ComponentName service) { in isServiceRegistered()
333 boolean isNfcFServiceInstalled(int userId, ComponentName service) { in isNfcFServiceInstalled()
362 public boolean isDefaultServiceForCategory(int userId, ComponentName service, in isDefaultServiceForCategory()
375 public boolean isDefaultServiceForAid(int userId, in isDefaultServiceForAid()
[all …]
DRegisteredServicesCache.java85 void onServicesUpdated(int userId, final List<ApduServiceInfo> services); in onServicesUpdated()
107 private UserServices findOrCreateUserLocked(int userId) { in findOrCreateUserLocked()
185 public boolean hasService(int userId, ComponentName service) { in hasService()
189 public ApduServiceInfo getService(int userId, ComponentName service) { in getService()
196 public List<ApduServiceInfo> getServices(int userId) { in getServices()
205 public List<ApduServiceInfo> getServicesForCategory(int userId, String category) { in getServicesForCategory()
216 ArrayList<ApduServiceInfo> getInstalledServices(int userId) { in getInstalledServices()
271 public void invalidateCache(int userId) { in invalidateCache()
380 final int userId = UserHandle.getUserId(currentUid); in readDynamicAidsLocked() local
444 public boolean registerAidGroupForService(int userId, int uid, in registerAidGroupForService()
[all …]
DRegisteredNfcFServicesCache.java78 void onNfcFServicesUpdated(int userId, final List<NfcFServiceInfo> services); in onNfcFServicesUpdated()
113 private UserServices findOrCreateUserLocked(int userId) { in findOrCreateUserLocked()
194 public boolean hasService(int userId, ComponentName componentName) { in hasService()
198 public NfcFServiceInfo getService(int userId, ComponentName componentName) { in getService()
205 public List<NfcFServiceInfo> getServices(int userId) { in getServices()
214 ArrayList<NfcFServiceInfo> getInstalledServices(int userId) { in getInstalledServices()
264 public void invalidateCache(int userId) { in invalidateCache()
443 final int userId = UserHandle.getUserId(currentUid); in readDynamicSystemCodeNfcid2Locked() local
529 public boolean registerSystemCodeForService(int userId, int uid, in registerSystemCodeForService()
586 public String getSystemCodeForService(int userId, int uid, ComponentName componentName) { in getSystemCodeForService()
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DPreBootListener.java113 private void installTelecomAsUser(int userId) { in installTelecomAsUser()
125 private void resetCrossProfileIntentFilters(int userId) { in resetCrossProfileIntentFilters()
145 void runManagedProfileDisablingTasks(int userId, Context context) { in runManagedProfileDisablingTasks()
/packages/apps/Settings/src/com/android/settings/vpn2/
DAppVpnInfo.java14 public final int userId; field in AppVpnInfo
17 public AppVpnInfo(int userId, @NonNull String packageName) { in AppVpnInfo()
DAppDialogFragment.java134 final int userId = getUserId(); in onForget() local
152 final int userId = getUserId(); in onDisconnect() local
173 private static String getConnectedPackage(IConnectivityManager service, final int userId) in getConnectedPackage()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java129 final int userId = UserHandle.getUserId(mEntry.info.uid); in onActivityResult() local
137 final int userId = UserHandle.getUserId(mEntry.info.uid); in onActivityResult() local
301 final int userId = UserHandle.getUserId(mEntry.info.uid); in dataCleared() local
329 final int userId = UserHandle.getUserId(mEntry.info.uid); in cacheCleared() local
360 final int userId = UserHandle.getUserId(mEntry.info.uid); in onPackageListChanged() local
/packages/apps/Settings/src/com/android/settings/
DChooseLockSettingsHelper.java95 boolean returnCredentials, int userId) { in launchConfirmationActivity()
138 boolean returnCredentials, boolean external, int userId) { in launchConfirmationActivity()
173 long challenge, int userId) { in launchConfirmationActivity()
194 @Nullable CharSequence description, boolean external, long challenge, int userId) { in launchConfirmationActivityWithExternalAndChallenge()
202 long challenge, int userId) { in launchConfirmationActivity()
233 int userId) { in launchConfirmationActivity()
DSetupChooseLockGeneric.java184 boolean requirePasswordToDecrypt, boolean confirmCredentials, int userId) { in getLockPasswordIntent()
194 boolean requirePasswordToDecrypt, long challenge, int userId) { in getLockPasswordIntent()
203 int maxLength, boolean requirePasswordToDecrypt, String password, int userId) { in getLockPasswordIntent()
212 final boolean confirmCredentials, int userId) { in getLockPatternIntent()
221 long challenge, int userId) { in getLockPatternIntent()
230 final String pattern, int userId) { in getLockPatternIntent()
DConfirmDeviceCredentialActivity.java68 int userId = Utils.getCredentialOwnerUserId(this); in onCreate() local
110 private String getTitleFromOrganizationName(int userId) { in getTitleFromOrganizationName()
DChooseLockGeneric.java548 boolean requirePasswordToDecrypt, boolean confirmCredentials, int userId) { in getLockPasswordIntent()
555 boolean requirePasswordToDecrypt, long challenge, int userId) { in getLockPasswordIntent()
561 int maxLength, boolean requirePasswordToDecrypt, String password, int userId) { in getLockPasswordIntent()
567 final boolean confirmCredentials, int userId) { in getLockPatternIntent()
573 long challenge, int userId) { in getLockPatternIntent()
578 final String pattern, int userId) { in getLockPatternIntent()
654 private void removeAllFingerprintForUserAndFinish(final int userId) { in removeAllFingerprintForUserAndFinish()
DManagedLockPasswordProvider.java31 static ManagedLockPasswordProvider get(Context context, int userId) { in get()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DUtils.java103 public Set<String> getCurrentSystemApps(IPackageManager ipm, int userId) { in getCurrentSystemApps()
126 public void disableComponent(ComponentName toDisable, int userId) { in disableComponent()
140 public void enableComponent(ComponentName toEnable, int userId) { in enableComponent()
157 int enabledSetting, int userId) { in setComponentEnabledSetting()
335 public void markUserSetupComplete(Context context, int userId) { in markUserSetupComplete()
337 Secure.putIntForUser(context.getContentResolver(), Secure.USER_SETUP_COMPLETE, 1, userId); in markUserSetupComplete() local
454 private void setUserProvisioningState(DevicePolicyManager dpm, int state, int userId) { in setUserProvisioningState()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DDisableBluetoothSharingTask.java32 public DisableBluetoothSharingTask(int userId) { in DisableBluetoothSharingTask()
DManagedProfileSettingsTask.java30 public ManagedProfileSettingsTask(Context context, int userId) { in ManagedProfileSettingsTask()
DDeleteNonRequiredAppsTask.java109 boolean newProfile, int userId, boolean leaveAllSystemAppsEnabled, Callback callback) { in DeleteNonRequiredAppsTask()
116 String mdmPackageName, int provisioningType, boolean newProfile, int userId, in DeleteNonRequiredAppsTask()
252 public static boolean shouldDeleteNonRequiredApps(Context context, int userId) { in shouldDeleteNonRequiredApps()
256 static File getSystemAppsFile(Context context, int userId) { in getSystemAppsFile()
DDisableInstallShortcutListenersTask.java43 public DisableInstallShortcutListenersTask(Context context, int userId) { in DisableInstallShortcutListenersTask()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DUserSwitchListenerService.java86 static void setBootUser(Context context, int userId) { in setBootUser()
99 private static void switchUserNow(int userId) { in switchUserNow()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppStateUsageStatsBridge.java166 public int userId; field in AppStateUsageStatsBridge.UsageStatsState
168 public UsageStatsState(long daysSinceLastUse, long daysSinceFirstInstall, int userId) { in UsageStatsState()
/packages/apps/Settings/src/com/android/settings/accounts/
DProviderPreference.java49 public void checkAccountManagementAndSetDisabled(int userId) { in checkAccountManagementAndSetDisabled()
/packages/apps/Nfc/src/com/android/nfc/
DNfcPermissions.java21 public static void validateUserId(int userId) { in validateUserId()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DKeyboardFragment.java130 int userId; in setInputMethod() local
134 Settings.Secure.DEFAULT_INPUT_METHOD, imid, userId); in setInputMethod() local
DSecurityFragment.java332 public boolean checkPassword(String password, int userId) { in checkPassword()
409 private static void switchUserNow(int userId) { in switchUserNow()
472 int userId = restrictedUserInfo.id; in doInBackground() local
490 int userId = result.id; in onPostExecute() local
/packages/apps/Settings/src/com/android/settings/users/
DProfileUpdateReceiver.java53 int userId = UserHandle.myUserId(); in copyProfileName() local
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java69 private boolean isThisUserAProfileOfCurrentUser(final int userId) { in isThisUserAProfileOfCurrentUser()
135 int userId = UserHandle.getUserId(app.info.uid); in loadAllExtraInfo() local
229 final int userId = UserHandle.getUserId(packageOp.getUid()); in loadAppOpsStates() local

1234