Searched refs:newSessionId (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserJourneyLogger.java | 545 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 D | RecoverySession.java | 66 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 D | MediaRoute2ProviderServiceProxy.java | 358 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 D | IActivityTaskManager.aidl | 225 boolean focused, boolean newSessionId); in requestAssistContextExtras() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerService.java | 3076 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 D | hiddenapi-max-target-o.txt | 48327 Landroid/security/keystore/recovery/RecoverySession;->newSessionId()Ljava/lang/String;
|