Searched refs:mSessions (Results 1 – 4 of 4) sorted by relevance
43 public HashMap<AppPredictionSessionId, AppPredictionContext> mSessions = new HashMap<>(); field in ServiceReporter80 assertTrue(mSessions.containsKey(sessionId)); in assertActiveSession()84 assertTrue(mSessions.containsKey(sessionId)); in getPredictionContext()85 return mSessions.get(sessionId); in getPredictionContext()92 assertFalse(mSessions.containsKey(sessionId)); in onCreatePredictionSession()93 mSessions.put(sessionId, context); in onCreatePredictionSession()106 assertTrue(mSessions.containsKey(sessionId)); in onAppTargetEvent()121 assertTrue(mSessions.containsKey(sessionId)); in onLocationShown()137 assertTrue(mSessions.containsKey(sessionId)); in onSortAppTargets()176 assertTrue(mSessions.containsKey(sessionId)); in onRequestPredictionUpdate()[all …]
316 mClient.mSessions.remove(mHostId);371 private final ArrayMap<String, ActivitySession> mSessions = new ArrayMap<>();403 mSessions.put(session.mHostId, session);421 mSessions.put(session.mHostId, session);470 final ActivitySession session = mSessions.get(intent.getStringExtra(KEY_HOST_ID));500 for (int i = mSessions.size() - 1; i >= 0; i--) {501 mSessions.valueAt(i).finish();
81 private List<WifiAwareSession> mSessions = new ArrayList<>(); field in SingleDeviceTest112 mSessions.add(session); in onAttached()397 for (WifiAwareSession session : mSessions) { in tearDown()401 mSessions.clear(); in tearDown()
2616 final List<CameraCaptureSession> mSessions = new ArrayList<>(); field in CameraDeviceTest.MultipleSessionCallback2644 mSessions.add(session); in onConfigured()2665 while (mSessions.size() < numSessions) { in getAllSessions()2675 return mSessions; in getAllSessions()