Home
last modified time | relevance | path

Searched refs:newSessionId (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoverySession.java66 return new RecoverySession(recoveryController, newSessionId()); in newInstance()
72 private static @NonNull String newSessionId() { in newSessionId() method in RecoverySession
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRoute2ProviderServiceProxy.java350 String newSessionId = newSession.getId(); in onSessionCreated() local
354 .anyMatch(session -> TextUtils.equals(session.getId(), newSessionId)) in onSessionCreated()
356 .anyMatch(session -> TextUtils.equals(session.getId(), newSessionId))) { in onSessionCreated()
/aosp12/frameworks/base/core/java/android/app/
H A DIActivityTaskManager.aidl234 boolean focused, boolean newSessionId); in requestAssistContextExtras() argument
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java2784 final long newSessionId = ThreadLocalRandom.current().nextLong(1, Long.MAX_VALUE);
2823 "Starting a new journey: " + journey + " with session id: " + newSessionId);
2826 userJourneySession = new UserJourneySession(newSessionId, journey);
2839 FrameworkStatsLog.write(FrameworkStatsLog.USER_LIFECYCLE_JOURNEY_REPORTED, newSessionId,
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java2904 boolean newSessionId) { in requestAssistContextExtras() argument
2906 activityToken, checkActivityIsTop, newSessionId, UserHandle.getCallingUserId(), in requestAssistContextExtras()
3162 boolean checkActivityIsTop, boolean newSessionId, int userHandle, Bundle args, in enqueueAssistContext() argument
3214 if (newSessionId) { in enqueueAssistContext()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51650 Landroid/security/keystore/recovery/RecoverySession;->newSessionId()Ljava/lang/String;