Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java545 final long newSessionId = ThreadLocalRandom.current().nextLong(1, Long.MAX_VALUE); in logUserJourneyBegin() local
549 new UserJourneySession(newSessionId, journey); in logUserJourneyBegin()
569 final long newSessionId = ThreadLocalRandom.current().nextLong(1, Long.MAX_VALUE); in startSessionForDelayedJourney() local
573 new UserJourneySession(newSessionId, journey, startTime); in startSessionForDelayedJourney()
/aosp14/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
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRoute2ProviderServiceProxy.java358 String newSessionId = newSession.getId(); in onSessionCreated() local
362 .anyMatch(session -> TextUtils.equals(session.getId(), newSessionId)) in onSessionCreated()
364 .anyMatch(session -> TextUtils.equals(session.getId(), newSessionId))) { in onSessionCreated()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityTaskManager.aidl225 boolean focused, boolean newSessionId); in requestAssistContextExtras() argument
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java3076 boolean newSessionId) { in requestAssistContextExtras() argument
3078 activityToken, checkActivityIsTop, newSessionId, UserHandle.getCallingUserId(), in requestAssistContextExtras()
3333 boolean checkActivityIsTop, boolean newSessionId, int userHandle, Bundle args, in enqueueAssistContext() argument
3385 if (newSessionId) { in enqueueAssistContext()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48327 Landroid/security/keystore/recovery/RecoverySession;->newSessionId()Ljava/lang/String;