Searched refs:ANNOTATION_BUNDLE_KEY_SESSION_ID (Results 1 – 7 of 7) sorted by relevance
67 .append(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID).append(": ") in toString()111 bundle.putInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID, sessionId); in addAnnotationsToBundle()
34 public static final String ANNOTATION_BUNDLE_KEY_SESSION_ID = "session.sessionId"; field in Constants
211 if (!data.containsKey(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)) { in processPreviousSession()
198 return savedResult.containsKey(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID) in verifyPublisherSavedData()199 && savedResult.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID) in verifyPublisherSavedData()337 assertThat(result.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)) in testPullsOemManagedWifiStats()372 assertThat(result.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)).isEqualTo(1); in testPullsOemNotManagedWifiStats()
79 {Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID,
324 assertThat(report.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)).isEqualTo(2); in testAddDataSubscriber_annotatesWithDrivingSessionData()
48 assertThat(data.getInt(Constants.ANNOTATION_BUNDLE_KEY_SESSION_ID)).isEqualTo( in testAddAnnotationsToBundle_addsPopulatedBundle()