Searched refs:userId (Results 1 - 25 of 624) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DIStopUserCallback.aidl25 void userStopped(int userId);
26 void userStopAborted(int userId);
/frameworks/base/core/java/android/app/trust/
H A DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId);
28 void reportUnlockLockout(int timeoutMs, int userId);
29 void reportEnabledTrustAgentsChanged(int userId);
33 void setDeviceLockedForUser(int userId, boolean locked);
34 boolean isDeviceLocked(int userId);
35 boolean isDeviceSecure(int userId);
36 boolean isTrustUsuallyManaged(int userId);
37 void unlockedByFingerprintForUser(int userId);
H A DITrustListener.aidl25 void onTrustChanged(boolean enabled, int userId, int flags);
26 void onTrustManagedChanged(boolean managed, int userId);
H A DIStrongAuthTracker.aidl25 void onStrongAuthRequiredChanged(int strongAuthRequired, int userId);
/frameworks/base/core/java/android/accounts/
H A DAccountAndUser.java26 public int userId; field in class:AccountAndUser
28 public AccountAndUser(Account account, int userId) { argument
30 this.userId = userId;
38 && this.userId == other.userId;
43 return account.hashCode() + userId;
47 return account.toString() + " u" + userId;
/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java37 public abstract long addEscrowToken(byte[] token, int userId); argument
44 public abstract boolean removeEscrowToken(long handle, int userId); argument
50 public abstract boolean isEscrowTokenActive(long handle, int userId); argument
53 long tokenHandle, byte[] token, int requestedQuality, int userId);
55 public abstract boolean unlockUserWithToken(long tokenHandle, byte[] token, int userId); argument
52 setLockCredentialWithToken(String credential, int type, long tokenHandle, byte[] token, int requestedQuality, int userId) argument
H A DLockPatternUtils.java185 public boolean isTrustUsuallyManaged(int userId) { argument
191 return getLockSettings().getBoolean(IS_TRUST_USUALLY_MANAGED, false, userId);
197 public void setTrustUsuallyManaged(boolean managed, int userId) { argument
199 getLockSettings().setBoolean(IS_TRUST_USUALLY_MANAGED, managed, userId);
205 public void userPresent(int userId) { argument
207 getLockSettings().userPresent(userId);
275 public int getRequestedMinimumPasswordLength(int userId) { argument
276 return getDevicePolicyManager().getPasswordMinimumLength(null, userId);
283 public int getRequestedPasswordQuality(int userId) { argument
284 return getDevicePolicyManager().getPasswordQuality(null, userId);
287 getRequestedPasswordHistoryLength(int userId) argument
291 getRequestedPasswordMinimumLetters(int userId) argument
295 getRequestedPasswordMinimumUpperCase(int userId) argument
299 getRequestedPasswordMinimumLowerCase(int userId) argument
303 getRequestedPasswordMinimumNumeric(int userId) argument
307 getRequestedPasswordMinimumSymbols(int userId) argument
311 getRequestedPasswordMinimumNonLetter(int userId) argument
315 reportFailedPasswordAttempt(int userId) argument
323 reportSuccessfulPasswordAttempt(int userId) argument
331 reportPasswordLockout(int timeoutMs, int userId) argument
338 getCurrentFailedPasswordAttempts(int userId) argument
345 getMaximumFailedPasswordsForWipe(int userId) argument
353 verifyCredential(String credential, int type, long challenge, int userId) argument
370 checkCredential(String credential, int type, int userId, @Nullable CheckCredentialProgressCallback progressCallback) argument
398 verifyPattern(List<LockPatternView.Cell> pattern, long challenge, int userId) argument
411 checkPattern(List<LockPatternView.Cell> pattern, int userId) argument
422 checkPattern(List<LockPatternView.Cell> pattern, int userId, @Nullable CheckCredentialProgressCallback progressCallback) argument
439 verifyPassword(String password, long challenge, int userId) argument
455 verifyTiedProfileChallenge(String password, boolean isPattern, long challenge, int userId) argument
482 checkPassword(String password, int userId) argument
492 checkPassword(String password, int userId, @Nullable CheckCredentialProgressCallback progressCallback) argument
504 checkVoldPassword(int userId) argument
516 getPasswordHistoryHashFactor(String currentPassword, int userId) argument
534 checkPasswordHistory(String passwordToCheck, byte[] hashFactor, int userId) argument
563 savedPatternExists(int userId) argument
575 savedPasswordExists(int userId) argument
589 isPatternEverChosen(int userId) argument
597 reportPatternWasChosen(int userId) argument
605 getActivePasswordQuality(int userId) argument
624 resetKeyStore(int userId) argument
665 setLockScreenDisabled(boolean disable, int userId) argument
675 isLockScreenDisabled(int userId) argument
695 saveLockPattern(List<LockPatternView.Cell> pattern, int userId) argument
704 saveLockPattern(List<LockPatternView.Cell> pattern, String savedPattern, int userId) argument
735 updateCryptoUserInfo(int userId) argument
757 setOwnerInfo(String info, int userId) argument
762 setOwnerInfoEnabled(boolean enabled, int userId) argument
767 getOwnerInfo(int userId) argument
771 isOwnerInfoEnabled(int userId) argument
1125 getSalt(int userId) argument
1149 legacyPasswordToHash(String password, int userId) argument
1173 passwordToHistoryHash(String passwordToHash, byte[] hashFactor, int userId) argument
1191 isSecure(int userId) argument
1196 isLockPasswordEnabled(int userId) argument
1200 isLockPasswordEnabled(int mode, int userId) argument
1213 isLockPatternEnabled(int userId) argument
1218 isLegacyLockPatternEnabled(int userId) argument
1226 setLegacyLockPatternEnabled(int userId) argument
1230 isLockPatternEnabled(int mode, int userId) argument
1237 isVisiblePatternEnabled(int userId) argument
1244 setVisiblePatternEnabled(boolean enabled, int userId) argument
1266 isVisiblePatternEverChosen(int userId) argument
1273 setVisiblePasswordEnabled(boolean enabled, int userId) argument
1306 setLockoutAttemptDeadline(int userId, int timeoutMs) argument
1322 getLockoutAttemptDeadline(int userId) argument
1333 getBoolean(String secureSettingKey, boolean defaultValue, int userId) argument
1341 setBoolean(String secureSettingKey, boolean enabled, int userId) argument
1384 setPowerButtonInstantlyLocks(boolean enabled, int userId) argument
1388 getPowerButtonInstantlyLocks(int userId) argument
1392 isPowerButtonInstantlyLocksEverChosen(int userId) argument
1396 setEnabledTrustAgents(Collection<ComponentName> activeTrustAgents, int userId) argument
1408 getEnabledTrustAgents(int userId) argument
1430 requireCredentialEntry(int userId) argument
1443 requireStrongAuth(@trongAuthTracker.StrongAuthFlags int strongAuthReason, int userId) argument
1507 getStrongAuthForUser(int userId) argument
1519 isTrustAllowedForUser(int userId) argument
1526 isFingerprintAllowedForUser(int userId) argument
1530 isUserInLockdown(int userId) argument
1573 addEscrowToken(byte[] token, int userId) argument
1585 removeEscrowToken(long handle, int userId) argument
1595 isEscrowTokenActive(long handle, int userId) argument
1613 setLockCredentialWithToken(String credential, int type, int requestedQuality, long tokenHandle, byte[] token, int userId) argument
1661 unlockUserWithToken(long tokenHandle, byte[] token, int userId) argument
1770 getStrongAuthForUser(int userId) argument
1778 isTrustAllowedForUser(int userId) argument
1786 isFingerprintAllowedForUser(int userId) argument
1793 onStrongAuthRequiredChanged(int userId) argument
1796 handleStrongAuthRequiredChanged(@trongAuthFlags int strongAuthFlags, int userId) argument
[all...]
H A DILockSettings.aidl33 void setBoolean(in String key, in boolean value, in int userId);
34 void setLong(in String key, in long value, in int userId);
35 void setString(in String key, in String value, in int userId);
36 boolean getBoolean(in String key, in boolean defaultValue, in int userId);
37 long getLong(in String key, in long defaultValue, in int userId);
38 String getString(in String key, in String defaultValue, in int userId);
39 void setLockCredential(in String credential, int type, in String savedCredential, int requestedQuality, int userId);
40 void resetKeyStore(int userId);
41 VerifyCredentialResponse checkCredential(in String credential, int type, int userId,
43 VerifyCredentialResponse verifyCredential(in String credential, int type, long challenge, int userId);
[all...]
/frameworks/base/core/java/com/android/server/
H A DWidgetBackupProvider.java29 public List<String> getWidgetParticipants(int userId); argument
30 public byte[] getWidgetState(String packageName, int userId); argument
31 public void restoreStarting(int userId); argument
32 public void restoreWidgetState(String packageName, byte[] restoredState, int userId); argument
33 public void restoreFinished(int userId); argument
H A DAppWidgetBackupBridge.java34 public static List<String> getWidgetParticipants(int userId) { argument
36 ? sAppWidgetService.getWidgetParticipants(userId)
40 public static byte[] getWidgetState(String packageName, int userId) { argument
42 ? sAppWidgetService.getWidgetState(packageName, userId)
46 public static void restoreStarting(int userId) { argument
48 sAppWidgetService.restoreStarting(userId);
52 public static void restoreWidgetState(String packageName, byte[] restoredState, int userId) { argument
54 sAppWidgetService.restoreWidgetState(packageName, restoredState, userId);
58 public static void restoreFinished(int userId) { argument
60 sAppWidgetService.restoreFinished(userId);
[all...]
/frameworks/base/core/java/android/os/
H A DUserManagerInternal.java35 * @param userId target user id
39 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); argument
46 * @param userId target user id for the local restrictions.
48 * @param isDeviceOwner whether {@code userId} corresponds to device owner user id.
53 public abstract void setDevicePolicyUserRestrictions(int userId, @Nullable Bundle restrictions, argument
62 public abstract Bundle getBaseUserRestrictions(int userId); argument
68 public abstract void setBaseUserRestrictionsByDpmsForMigration(int userId, argument
72 public abstract boolean getUserRestriction(int userId, String key); argument
90 public abstract void setUserManaged(int userId, boolean isManaged); argument
99 public abstract void setUserIcon(int userId, Bitma argument
125 onEphemeralUserStop(int userId) argument
143 removeUserEvenWhenDisallowed(int userId) argument
150 isUserUnlockingOrUnlocked(int userId) argument
156 isUserUnlocked(int userId) argument
161 isUserRunning(int userId) argument
166 isUserInitialized(int userId) argument
171 exists(int userId) argument
176 setUserState(int userId, int userState) argument
181 removeUserState(int userId) argument
209 getProfileParentId(int userId) argument
222 isSettingRestrictedForUser(String setting, int userId, String value, int callingUid) argument
[all...]
/frameworks/base/core/java/android/app/usage/
H A DUsageStatsManagerInternal.java38 * @param userId The user id to which the component belongs to.
42 public abstract void reportEvent(ComponentName component, @UserIdInt int userId, int eventType); argument
48 * @param userId The user id to which the component belongs to.
52 public abstract void reportEvent(String packageName, @UserIdInt int userId, int eventType); argument
59 public abstract void reportConfigurationChange(Configuration config, @UserIdInt int userId); argument
66 * @param userId The user in which the notification was posted
69 @UserIdInt int userId);
76 * @param userId The user in which the content provider was accessed.
81 @UserIdInt int userId);
87 * @param userId Th
68 reportInterruptiveNotification(String packageName, String channelId, @UserIdInt int userId) argument
80 reportShortcutUsage(String packageName, String shortcutId, @UserIdInt int userId) argument
89 reportContentProviderUsage(String name, String pkgName, @UserIdInt int userId) argument
106 isAppIdle(String packageName, int uidForAppId, @UserIdInt int userId) argument
118 getAppStandbyBucket(String packageName, @UserIdInt int userId, long nowElapsed) argument
126 getIdleUidsForUser(@serIdInt int userId) argument
151 onAppIdleStateChanged(String packageName, @UserIdInt int userId, boolean idle, int bucket, int reason) argument
164 onUserInteractionStarted(String packageName, @UserIdInt int userId) argument
170 getBackupPayload(@serIdInt int userId, String key) argument
178 applyRestoredPayload(@serIdInt int userId, String key, byte[] payload) argument
186 onActiveAdminAdded(String packageName, int userId) argument
194 setActiveAdminApps(Set<String> adminApps, int userId) argument
208 queryUsageStatsForUser(@serIdInt int userId, int interval, long beginTime, long endTime, boolean obfuscateInstantApps) argument
220 setLastJobRunTime(String packageName, @UserIdInt int userId, long elapsedRealtime) argument
232 getTimeSinceLastJobRun(String packageName, @UserIdInt int userId) argument
244 reportAppJobState(String packageName, @UserIdInt int userId, int numDeferredJobs, long timeSinceLastJobRun) argument
253 reportExemptedSyncScheduled(String packageName, @UserIdInt int userId) argument
261 reportExemptedSyncStart(String packageName, @UserIdInt int userId) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl29 int userId);
31 ParceledListSlice getDynamicShortcuts(String packageName, int userId);
33 ParceledListSlice getManifestShortcuts(String packageName, int userId);
36 int userId);
38 void removeDynamicShortcuts(String packageName, in List shortcutIds, int userId);
40 void removeAllDynamicShortcuts(String packageName, int userId);
42 ParceledListSlice getPinnedShortcuts(String packageName, int userId);
44 boolean updateShortcuts(String packageName, in ParceledListSlice shortcuts, int userId);
47 in IntentSender resultIntent, int userId);
49 Intent createShortcutResultIntent(String packageName, in ShortcutInfo shortcut, int userId);
[all...]
H A DRegisteredServicesCacheListener.java29 void onServiceChanged(V type, int userId, boolean removed); argument
H A DPackageManagerInternal.java74 * @param userId The user id.
77 public String[] getPackages(int userId); argument
88 * @param userId The user id.
91 public String[] getPackages(String authority, int userId); argument
139 * @param userId The user for which to grant the permissions.
141 public abstract void grantDefaultPermissionsToDefaultSmsApp(String packageName, int userId); argument
146 * @param userId The user for which to grant the permissions.
148 public abstract void grantDefaultPermissionsToDefaultDialerApp(String packageName, int userId); argument
153 * @param userId The user for which to grant the permissions.
156 int userId);
155 grantDefaultPermissionsToDefaultSimCallManager(String packageName, int userId) argument
163 grantDefaultPermissionsToDefaultUseOpenWifiApp(String packageName, int userId) argument
180 isPermissionsReviewRequired(String packageName, int userId) argument
188 getPackageInfo(String packageName, @PackageInfoFlags int flags, int filterCallingUid, int userId) argument
204 getSuspendedPackageLauncherExtras(String packageName, int userId) argument
214 isPackageSuspended(String packageName, int userId) argument
227 getSuspendingPackage(String suspendedPackage, int userId) argument
237 getSuspendedDialogMessage(String suspendedPackage, int userId) argument
244 getPackageUid(String packageName, @PackageInfoFlags int flags, int userId) argument
253 getApplicationInfo(String packageName, @ApplicationInfoFlags int flags, int filterCallingUid, int userId) argument
262 getActivityInfo(ComponentName component, @ComponentInfoFlags int flags, int filterCallingUid, int userId) argument
271 queryIntentActivities(Intent intent, @ResolveInfoFlags int flags, int filterCallingUid, int userId) argument
278 queryIntentServices( Intent intent, int flags, int callingUid, int userId) argument
284 getHomeActivitiesAsUser(List<ResolveInfo> allHomeCandidates, int userId) argument
290 getDefaultHomeActivity(int userId) argument
302 isPackageDataProtected(int userId, String packageName) argument
308 isPackageStateProtected(String packageName, int userId) argument
314 isPackageEphemeral(int userId, String packageName) argument
323 wasPackageEverLaunched(String packageName, int userId) argument
332 grantRuntimePermission(String packageName, String name, int userId, boolean overridePolicy) argument
342 revokeRuntimePermission(String packageName, String name, int userId, boolean overridePolicy) argument
368 requestInstantAppResolutionPhaseTwo(AuxiliaryResolveInfo responseObj, Intent origIntent, String resolvedType, String callingPackage, Bundle verificationBundle, int userId) argument
390 grantEphemeralAccess(int userId, Intent intent, int targetAppId, int ephemeralAppId) argument
443 getOverlayPackages(int userId) argument
450 getTargetPackageNames(int userId) argument
463 setEnabledOverlayPackages(int userId, String targetPackageName, List<String> overlayPackageNames) argument
469 resolveIntent(Intent intent, String resolvedType, int flags, int userId, boolean resolveForStart, int filterCallingUid) argument
475 resolveService(Intent intent, String resolvedType, int flags, int userId, int callingUid) argument
481 resolveContentProvider(String name, int flags, int userId) argument
507 canAccessInstantApps(int callingUid, int userId) argument
510 canAccessComponent(int callingUid, ComponentName component, int userId) argument
517 hasInstantApplicationMetadata(String packageName, int userId) argument
571 getKnownPackageName( @nownPackage int knownPackage, int userId) argument
577 isInstantApp(String packageName, int userId) argument
592 filterAppAccess( @ullable PackageParser.Package pkg, int callingUid, int userId) argument
600 getPermissionFlagsTEMP(@onNull String permName, @NonNull String packageName, int userId) argument
603 updatePermissionFlagsTEMP(@onNull String permName, @NonNull String packageName, int flagMask, int flagValues, int userId) argument
[all...]
/frameworks/base/core/java/android/content/om/
H A DIOverlayManager.aidl35 * @param userId The user to get the OverlayInfos for.
40 Map getAllOverlays(in int userId);
48 * @param userId The user to get the OverlayInfos for.
52 List getOverlayInfosForTarget(in String targetPackageName, in int userId);
59 * @param userId The user to get the OverlayInfo for.
63 OverlayInfo getOverlayInfo(in String packageName, in int userId);
85 * @param userId The user for which to change the overlay.
88 boolean setEnabled(in String packageName, in boolean enable, in int userId);
98 * @param userId The user for which to change the overlay.
101 boolean setEnabledExclusive(in String packageName, in boolean enable, in int userId);
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManagerInternal.java88 * @param userId The user where the action is disallowed.
93 public abstract Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin); argument
100 * @param userId The user where the user restriction is set.
104 public abstract Intent createUserRestrictionSupportIntent(int userId, String userRestriction); argument
118 public abstract boolean isUserAffiliatedWithDevice(int userId); argument
123 * @param userId User ID of the profile.
125 public abstract void reportSeparateProfileChallengeChanged(@UserIdInt int userId); argument
132 * @param userId The user in question
134 public abstract boolean canUserHaveUntrustedCredentialReset(@UserIdInt int userId); argument
140 * @param userId Th
143 getPrintingDisabledReasonForUser(@serIdInt int userId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformKeyManager.java78 * A new instance operating on behalf of {@code userId}, storing its prefs in the location
111 * @param userId The ID of the user to whose lock screen the platform key must be bound.
115 public int getGenerationId(int userId) { argument
116 return mDatabase.getPlatformKeyGenerationId(userId);
123 * @param userId The ID of the user to whose lock screen the platform key must be bound.
127 public boolean isAvailable(int userId) { argument
128 return mContext.getSystemService(KeyguardManager.class).isDeviceSecure(userId);
135 * @param userId The ID of the user to whose lock screen the platform key must be bound.
140 public void invalidatePlatformKey(int userId, int generationId) { argument
143 mKeyStore.deleteEntry(getEncryptAlias(userId, generationI
165 regenerate(int userId) argument
196 getEncryptKey(int userId) argument
224 getEncryptKeyInternal(int userId) argument
249 getDecryptKey(int userId) argument
274 getDecryptKeyInternal(int userId) argument
297 init(int userId) argument
334 getEncryptAlias(int userId, int generationId) argument
349 getDecryptAlias(int userId, int generationId) argument
357 setGenerationId(int userId, int generationId) argument
370 isKeyLoaded(int userId, int generationId) argument
384 generateAndLoadKey(int userId, int generationId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintUtils.java51 public List<Fingerprint> getFingerprintsForUser(Context ctx, int userId) { argument
52 return getStateForUser(ctx, userId).getFingerprints();
55 public void addFingerprintForUser(Context ctx, int fingerId, int userId) { argument
56 getStateForUser(ctx, userId).addFingerprint(fingerId, userId);
59 public void removeFingerprintIdForUser(Context ctx, int fingerId, int userId) { argument
60 getStateForUser(ctx, userId).removeFingerprint(fingerId);
63 public void renameFingerprintForUser(Context ctx, int fingerId, int userId, CharSequence name) { argument
68 getStateForUser(ctx, userId).renameFingerprint(fingerId, name);
71 private FingerprintsUserState getStateForUser(Context ctx, int userId) { argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
H A DPackagesChangedEvent.java31 public final int userId; field in class:PackagesChangedEvent
33 public PackagesChangedEvent(String packageName, int userId) { argument
35 this.userId = userId;
/frameworks/base/core/java/android/print/
H A DIPrintManager.aidl40 List<PrintJobInfo> getPrintJobInfos(int appId, int userId);
41 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId, int appId, int userId);
43 in PrintAttributes attributes, String packageName, int appId, int userId);
44 void cancelPrintJob(in PrintJobId printJobId, int appId, int userId);
45 void restartPrintJob(in PrintJobId printJobId, int appId, int userId);
48 int appId, int userId);
50 int userId);
56 * @param userId the id of the user listening
61 int userId);
67 * @param userId th
[all...]
/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl43 List<TvInputInfo> getTvInputList(int userId);
44 TvInputInfo getTvInputInfo(in String inputId, int userId);
45 void updateTvInputInfo(in TvInputInfo inputInfo, int userId);
46 int getTvInputState(in String inputId, int userId);
48 List<TvContentRatingSystemInfo> getTvContentRatingSystemList(int userId);
50 void registerCallback(in ITvInputManagerCallback callback, int userId);
51 void unregisterCallback(in ITvInputManagerCallback callback, int userId);
53 boolean isParentalControlsEnabled(int userId);
54 void setParentalControlsEnabled(boolean enabled, int userId);
55 boolean isRatingBlocked(in String rating, int userId);
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java43 AuthenticatorDescription type, int userId);
49 int userId);
55 void dump(FileDescriptor fd, PrintWriter fout, String[] args, int userId); argument
66 void invalidateCache(int userId); argument
72 void updateServices(int userId); argument
74 boolean getBindInstantServiceAllowed(int userId); argument
75 void setBindInstantServiceAllowed(int userId, boolean allowed); argument
42 getServiceInfo( AuthenticatorDescription type, int userId) argument
48 getAllServices( int userId) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDbTest.java79 int userId = 12;
87 userId, uid, alias, oldWrappedKey);
94 userId, uid, alias, newWrappedKey);
104 int userId = 6;
115 mRecoverableKeyStoreDb.insertKey(userId, /*uid=*/ 1, alias, key1);
116 mRecoverableKeyStoreDb.insertKey(userId, /*uid=*/ 2, alias, key2);
128 int userId = 6;
135 mRecoverableKeyStoreDb.insertKey(userId, uid, alias, key);
145 /*userId=*/ 1, /*alias=*/ "hello");
152 int userId
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeStorageManager.java35 public void addUserKeyAuth(int userId, int serialNumber, byte[] token, byte[] secret) { argument
36 getUserAuth(userId).add(new Pair<>(token, secret));
39 public void fixateNewestUserKeyAuth(int userId) { argument
40 ArrayList<Pair<byte[], byte[]>> auths = mAuth.get(userId);
46 private ArrayList<Pair<byte[], byte[]>> getUserAuth(int userId) { argument
47 if (!mAuth.containsKey(userId)) {
50 mAuth.put(userId, auths);
52 return mAuth.get(userId);
55 public byte[] getUserUnlockToken(int userId) { argument
56 ArrayList<Pair<byte[], byte[]>> auths = getUserAuth(userId);
63 unlockUser(int userId, byte[] secret, IProgressListener listener) argument
[all...]

Completed in 618 milliseconds

1234567891011>>