/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 139 public void onUserSwitched(int userId) { in onUserSwitched() 179 public void onServicesUpdated(int userId, List<ApduServiceInfo> services) { in onServicesUpdated() 189 public void onNfcFServicesUpdated(int userId, List<NfcFServiceInfo> services) { in onNfcFServicesUpdated() 196 void verifyDefaults(int userId, List<ApduServiceInfo> services) { in verifyDefaults() 268 ComponentName getDefaultServiceForCategory(int userId, String category, in getDefaultServiceForCategory() 290 boolean setDefaultServiceForCategoryChecked(int userId, ComponentName service, in setDefaultServiceForCategoryChecked() 309 boolean isServiceRegistered(int userId, ComponentName service) { in isServiceRegistered() 323 boolean isNfcFServiceInstalled(int userId, ComponentName service) { in isNfcFServiceInstalled() 352 public boolean isDefaultServiceForCategory(int userId, ComponentName service, in isDefaultServiceForCategory() 365 public boolean isDefaultServiceForAid(int userId, in isDefaultServiceForAid() [all …]
|
D | RegisteredServicesCache.java | 85 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 …]
|
D | RegisteredNfcFServicesCache.java | 78 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/ |
D | PreBootListener.java | 113 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/ |
D | AppVpnInfo.java | 14 public final int userId; field in AppVpnInfo 17 public AppVpnInfo(int userId, @NonNull String packageName) { in AppVpnInfo()
|
D | AppDialogFragment.java | 134 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/ |
D | AppManagementFragment.java | 127 final int userId = UserHandle.getUserId(mEntry.info.uid); in onActivityResult() local 135 final int userId = UserHandle.getUserId(mEntry.info.uid); in onActivityResult() local 282 final int userId = UserHandle.getUserId(mEntry.info.uid); in dataCleared() local 310 final int userId = UserHandle.getUserId(mEntry.info.uid); in cacheCleared() local 341 final int userId = UserHandle.getUserId(mEntry.info.uid); in onPackageListChanged() local
|
/packages/apps/Settings/src/com/android/settings/ |
D | ChooseLockSettingsHelper.java | 95 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()
|
D | SetupChooseLockGeneric.java | 193 boolean requirePasswordToDecrypt, boolean confirmCredentials, int userId) { in getLockPasswordIntent() 203 boolean requirePasswordToDecrypt, long challenge, int userId) { in getLockPasswordIntent() 212 int maxLength, boolean requirePasswordToDecrypt, String password, int userId) { in getLockPasswordIntent() 221 final boolean confirmCredentials, int userId) { in getLockPatternIntent() 230 long challenge, int userId) { in getLockPatternIntent() 239 final String pattern, int userId) { in getLockPatternIntent()
|
D | ConfirmDeviceCredentialActivity.java | 68 int userId = Utils.getCredentialOwnerUserId(this); in onCreate() local 110 private String getTitleFromOrganizationName(int userId) { in getTitleFromOrganizationName()
|
D | ChooseLockGeneric.java | 551 boolean requirePasswordToDecrypt, boolean confirmCredentials, int userId) { in getLockPasswordIntent() 558 boolean requirePasswordToDecrypt, long challenge, int userId) { in getLockPasswordIntent() 564 int maxLength, boolean requirePasswordToDecrypt, String password, int userId) { in getLockPasswordIntent() 570 final boolean confirmCredentials, int userId) { in getLockPatternIntent() 576 long challenge, int userId) { in getLockPatternIntent() 581 final String pattern, int userId) { in getLockPatternIntent() 657 private void removeAllFingerprintForUserAndFinish(final int userId) { in removeAllFingerprintForUserAndFinish()
|
D | TrustedCredentialsDialogBuilder.java | 48 boolean startConfirmCredentialIfNotConfirmed(int userId, in startConfirmCredentialIfNotConfirmed() 175 private void onCredentialConfirmed(int userId) { in onCredentialConfirmed() 207 private boolean isUserSecure(int userId) { in isUserSecure()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | Utils.java | 103 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/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | UserSwitchListenerService.java | 87 static void setBootUser(Context context, int userId) { in setBootUser() 100 private static void switchUserNow(int userId) { in switchUserNow()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | DisableBluetoothSharingTask.java | 32 public DisableBluetoothSharingTask(int userId) { in DisableBluetoothSharingTask()
|
D | ManagedProfileSettingsTask.java | 30 public ManagedProfileSettingsTask(Context context, int userId) { in ManagedProfileSettingsTask()
|
D | DeleteNonRequiredAppsTask.java | 109 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()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | KeyboardFragment.java | 130 int userId; in setInputMethod() local 134 Settings.Secure.DEFAULT_INPUT_METHOD, imid, userId); in setInputMethod() local
|
D | SecurityFragment.java | 332 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/accounts/ |
D | ProviderPreference.java | 49 public void checkAccountManagementAndSetDisabled(int userId) { in checkAccountManagementAndSetDisabled()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcPermissions.java | 21 public static void validateUserId(int userId) { in validateUserId()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStateAppOpsBridge.java | 69 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
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | ProfileUpdateReceiver.java | 53 int userId = UserHandle.myUserId(); in copyProfileName() local
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationStation.java | 472 private Resources getResourcesForUserPackage(String pkg, int userId) { in getResourcesForUserPackage() 491 private Drawable loadPackageIconDrawable(String pkg, int userId) { in loadPackageIconDrawable() 513 private Drawable loadIconDrawable(String pkg, int userId, int resId) { in loadIconDrawable()
|
D | ZenModeEventRuleSettings.java | 231 private static String key(int userId, String calendar) { in key() 244 public int userId; field in ZenModeEventRuleSettings.CalendarInfo
|