/cts/hostsidetests/biometrics/src/android/server/biometrics/cts/ |
D | FingerprintHostsideConstants.java | 19 import java.util.List; 29 public static final List<Integer> FINGERPRINT_ENROLL_ACQUIRED_MESSAGES = List.of( 37 public static final List<Integer> FINGERPRINT_ENROLL_ACQUIRED_MESSAGES_AIDL = List.of( 46 public static final List<Integer> FACE_ENROLL_ACQUIRED_MESSAGES = List.of( 55 public static final List<Integer> FACE_ENROLL_ACQUIRED_MESSAGES_AIDL = List.of( 64 public static final List<Integer> FINGERPRINT_AUTH_ACQUIRED_MESSAGES = List.of( 72 public static final List<Integer> FINGERPRINT_AUTH_ACQUIRED_MESSAGES_AIDL = List.of( 81 public static final List<Integer> FACE_AUTH_ACQUIRED_MESSAGES = List.of( 90 public static final List<Integer> FACE_AUTH_ACQUIRED_MESSAGES_AIDL = List.of(
|
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/ |
D | AlternativeSpansTest.java | 34 import java.util.List; 45 () -> new AlternativeSpan(-1, 10, List.of("alt"))); in testInvalidAlternativeSpanStartPosition() 55 () -> new AlternativeSpan(1, 1, List.of("alt"))); in testInvalidAlternativeSpanEndPosition() 66 () -> new AlternativeSpan(1, 5, List.of())); in testInvalidAlternativesList() 81 AlternativeSpan altSpan = new AlternativeSpan(start, end, List.of("alt1", "alt2", "alt3")); in testAlternativeSpanSetAndGet() 94 AlternativeSpan altSpan1 = new AlternativeSpan(1, 2, List.of("alt1", "alt2")); in testAlternativeSpansSetAndGet() 95 AlternativeSpan altSpan2 = new AlternativeSpan(3, 4, List.of("alt3", "alt4")); in testAlternativeSpansSetAndGet() 96 AlternativeSpan altSpan3 = new AlternativeSpan(5, 10, List.of("alt5", "alt6")); in testAlternativeSpansSetAndGet() 98 AlternativeSpans altSpans = new AlternativeSpans(List.of(altSpan1, altSpan2, altSpan3)); in testAlternativeSpansSetAndGet() 112 AlternativeSpan altSpan1 = new AlternativeSpan(1, 2, List.of("alt1", "alt2")); in testBundleWriteAndRead() [all …]
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/ |
D | TransitionVerifier.java | 31 import java.util.List; 44 final List<String> observedTransitions = eventLog.getActivityLog(activityClass); in assertLaunchSequence() 48 final List<String> launchSequence = getLaunchSequence(activityClass); in assertLaunchSequence() 49 final List<String> expectedTransitions; in assertLaunchSequence() 57 public static List<String> getLaunchSequence(Class<? extends Activity> activityClass) { in getLaunchSequence() 71 static List<String> getLaunchAndDestroySequence(Class<? extends Activity> activityClass) { in getLaunchAndDestroySequence() 72 final List<String> expectedTransitions = new ArrayList<>(); in getLaunchAndDestroySequence() 97 final List<Pair<String, String>> observedTransitions = eventLog.getLog(); in assertLaunchSequence() 101 final List<Pair<String, String>> expectedTransitions = new ArrayList<>(); in assertLaunchSequence() 134 final List<String> observedTransitions = eventLog.getActivityLog(activityClass); in assertLaunchAndStopSequence() [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CarrierCapability.java | 20 import java.util.List; 25 public static final List<String> NO_DELIVERY_REPORTS = 97 public static final List<String> UNSUPPORT_DATA_SMS_MESSAGES = 148 public static final List<String> UNSUPPORT_MULTIPART_SMS_MESSAGES = 162 public static final List<String> SUPPORT_TEL_URI_PUBLISH = 177 public static final List<Integer> UNSUPPORT_LOOP_BACK_MESSAGES =
|
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
D | MbmsStreamingSessionTest.java | 31 import java.util.List; 47 List<String> testClasses = Arrays.asList("class1", "class2"); in testRequestUpdateStreamingServices() 51 List<StreamingServiceInfo> serviceInfos = in testRequestUpdateStreamingServices() 52 (List<StreamingServiceInfo>) mCallback.waitOnStreamingServicesUpdated().arg1; in testRequestUpdateStreamingServices() 56 (List<StreamingServiceInfo>) mCallback.waitOnStreamingServicesUpdated().arg1; in testRequestUpdateStreamingServices() 62 List<List<Object>> requestStreamingServicesCalls = in testRequestUpdateStreamingServices() 66 List<String> middlewareReceivedServiceClasses = in testRequestUpdateStreamingServices() 67 (List<String>) requestStreamingServicesCalls.get(0).get(2); in testRequestUpdateStreamingServices() 87 List<List<Object>> closeCalls = getMiddlewareCalls(CtsStreamingService.METHOD_CLOSE); in testClose()
|
D | MbmsGroupCallSessionTest.java | 29 import java.util.List; 58 List<List<Object>> closeCalls = getMiddlewareCalls(CtsGroupCallService.METHOD_CLOSE); in testClose() 74 List<Integer> expectCurrentSais = Arrays.asList(10, 14, 17); in testCallbacks() 75 List<List<Integer>> expectAvailableSais = List.of( in testCallbacks() 77 List.of(11, 15, 17)); in testCallbacks()
|
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ |
D | RouteDiscoveryPreferenceTest.java | 36 import java.util.List; 72 List<String> preferredFeatures = List.of(TEST_FEATURE_1, TEST_FEATURE_2); in testDefaultValues() 85 List<String> preferredFeatures = List.of(TEST_FEATURE_1, TEST_FEATURE_2); in testGetters() 97 final List<String> features = new ArrayList<>(); in testBuilderSetPreferredFeatures() 104 final List<String> newFeatures = new ArrayList<>(); in testBuilderSetPreferredFeatures() 118 final List<String> features = new ArrayList<>(); in testBuilderSetActiveScan() 136 List<String> preferredFeatures = List.of(TEST_FEATURE_1, TEST_FEATURE_2); in testEqualsCreatedWithSameArguments() 151 List<String> preferredFeatures = List.of(TEST_FEATURE_1, TEST_FEATURE_2); in testEqualsCreatedWithBuilderCopyConstructor() 165 List<String> preferredFeatures = List.of(TEST_FEATURE_1, TEST_FEATURE_2); in testEqualsReturnFalse() 184 List<String> preferredFeatures = List.of(TEST_FEATURE_1, TEST_FEATURE_2); in testEqualsReturnFalseWithCopyConstructor() [all …]
|
/cts/tests/tests/mediacujtest/largetest/src/android/media/cujlargetest/cts/ |
D | CtsMediaLargeFormPlaybackTest.java | 39 import java.util.List; 82 final List<Object[]> exhaustiveArgsList = new ArrayList<>(Arrays.asList(new Object[][]{ in input() 119 public static List<String> prepare_5minAudioList() { in prepare_5minAudioList() 120 List<String> videoInput = Arrays.asList( in prepare_5minAudioList() 130 public static List<String> prepareVP9_640x480_5minVideoList() { in prepareVP9_640x480_5minVideoList() 131 List<String> videoInput = Arrays.asList( in prepareVP9_640x480_5minVideoList() 141 public static List<String> prepare_30minAudioList() { in prepare_30minAudioList() 142 List<String> videoInput = Arrays.asList( in prepare_30minAudioList() 150 public static List<String> prepareAvc_1080p_30minVideoList() { in prepareAvc_1080p_30minVideoList() 151 List<String> videoInput = Arrays.asList( in prepareAvc_1080p_30minVideoList() [all …]
|
/cts/tests/tests/mediacujtest/smalltest/src/android/media/cujsmalltest/cts/ |
D | CtsMediaShortFormPlaybackTest.java | 47 import java.util.List; 103 final List<Object[]> exhaustiveArgsList = new ArrayList<>(Arrays.asList(new Object[][]{ in input() 170 public static List<String> prepareHevc_720p_15secVideoList() { in prepareHevc_720p_15secVideoList() 171 List<String> videoInput = Arrays.asList( in prepareHevc_720p_15secVideoList() 198 public static List<String> prepareHevc_480p_5secVideoList() { in prepareHevc_480p_5secVideoList() 199 List<String> videoInput = Arrays.asList( in prepareHevc_480p_5secVideoList() 210 public static List<String> prepareAvc_1080p_5secVideoList() { in prepareAvc_1080p_5secVideoList() 211 List<String> videoInput = Arrays.asList( in prepareAvc_1080p_5secVideoList() 221 public static List<String> prepareAvc_360x640_5secVideoList() { in prepareAvc_360x640_5secVideoList() 222 List<String> videoInput = Arrays.asList( in prepareAvc_360x640_5secVideoList() [all …]
|
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
D | Utils.java | 36 import java.util.List; 64 private void installFromResourcesImpl(IAbi abi, List<String> args, in installFromResourcesImpl() 65 List<List<Pair<String, String>>> packages, boolean multiPackage) throws Exception { in installFromResourcesImpl() 68 List<String> cmd = in installFromResourcesImpl() 69 new ArrayList<>(List.of("adb", "-s", mTestInfo.getDevice().getSerialNumber(), in installFromResourcesImpl() 80 for (List<Pair<String, String>> apkDmResources : packages) { in installFromResourcesImpl() 81 List<String> files = new ArrayList<>(); in installFromResourcesImpl() 123 public void installFromResourcesWithArgs(IAbi abi, List<String> args, in installFromResourcesWithArgs() 124 List<Pair<String, String>> apkDmResources) throws Exception { in installFromResourcesWithArgs() 125 installFromResourcesImpl(abi, args, List.of(apkDmResources), false /* multiPackage */); in installFromResourcesWithArgs() [all …]
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | StackTraceUtil.java | 20 import java.util.List; 24 public static List<String> createStackTraceList(String trace) { in createStackTraceList() 25 List<String> stackTrace = new ArrayList<>(); in createStackTraceList() 30 public static List<String> appendStackTraceList(List<String> l, String trace) { in appendStackTraceList()
|
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/ |
D | ListQueryHelperTest.java | 38 import java.util.List; 64 assertThat(listQueryHelper.matches(List.of(new Bundle()))).isTrue(); in matches_size_matches_returnsTrue() 74 assertThat(listQueryHelper.matches(List.of())).isFalse(); in matches_size_doesNotMatch_returnsFalse() 87 List.of(BUNDLE_CONTAINING_KEY, BUNDLE_NOT_CONTAINING_KEY))).isTrue(); in matches_contains_withQuery_doesContain_returnsTrue() 99 assertThat(listQueryHelper.matches(List.of(BUNDLE_NOT_CONTAINING_KEY))).isFalse(); in matches_contains_withQuery_doesNotContain_returnsFalse() 112 List.of(BUNDLE_CONTAINING_KEY, BUNDLE_NOT_CONTAINING_KEY))).isFalse(); in matches_doesNotContain_withQuery_doesContain_returnsFalse() 124 assertThat(listQueryHelper.matches(List.of(BUNDLE_NOT_CONTAINING_KEY))).isTrue(); in matches_doesNotContain_withQuery_doesNotContain_returnsTrue() 135 List.of(INTEGER, DIFFERENT_INTEGER))).isTrue(); in matches_contains_withNonQuery_doesContain_returnsTrue() 145 assertThat(listQueryHelper.matches(List.of(DIFFERENT_INTEGER))).isFalse(); in matches_contains_withNonQuery_doesNotContain_returnsFalse() 156 List.of(INTEGER, DIFFERENT_INTEGER))).isFalse(); in matches_doesNotContain_withNonQuery_doesContain_returnsFalse() [all …]
|
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/ |
D | BedsteadJUnit4.java | 88 import java.util.List; 277 List<Annotation> annotations, List<Annotation> parameterizedAnnotations) { in resolveRecursiveAnnotations() 288 List<Annotation> annotations, in resolveRecursiveAnnotations() 289 List<Annotation> parameterizedAnnotations) { in resolveRecursiveAnnotations() 294 List<Annotation> replacementAnnotations = in resolveRecursiveAnnotations() 372 static List<Annotation> getReplacementAnnotations( in getReplacementAnnotations() 375 List<Annotation> parameterizedAnnotations) { in getReplacementAnnotations() 380 List<Annotation> replacement = in getReplacementAnnotations() 386 List<Annotation> replacementAnnotations = new ArrayList<>(); in getReplacementAnnotations() 452 private static List<FrameworkMethod> getBasicTests(TestClass testClass) { in getBasicTests() [all …]
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/jobscheduler/ |
D | JobSchedulerStatsTests.java | 34 import java.util.List; 39 List.of(AtomsProto.ScheduledJobStateChanged.State.SCHEDULED_VALUE)); 41 List.of(AtomsProto.ScheduledJobStateChanged.State.STARTED_VALUE)); 43 List.of(AtomsProto.ScheduledJobStateChanged.State.FINISHED_VALUE)); 45 List.of(AtomsProto.ScheduledJobStateChanged.State.CANCELLED_VALUE)); 79 List<Set<Integer>> stateSet = List.of(STATE_SCHEDULE, STATE_START, STATE_FINISH); in testScheduledJobState() 87 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testScheduledJobState() 102 List<Set<Integer>> stateSet = List.of(STATE_SCHEDULE, STATE_CANCEL); in testScheduledJobState_CancelledJob() 111 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testScheduledJobState_CancelledJob() 126 List<Set<Integer>> stateSet = List.of( in testScheduledJobStatePriority() [all …]
|
/cts/hostsidetests/car/src/android/car/cts/ |
D | OptionalFeatureHostTest.java | 40 import java.util.List; 88 List<String> features = findFeatureListFromCarServiceDump("mDisabledFeaturesFromVhal"); in testNoDisabledFeaturesFromVHAL_textDump() 118 List<String> features = findFeatureListFromCarServiceDump("mAvailableExperimentalFeatures"); in testNoExperimentalFeatures_textDump() 159 List<String> enabledFeatures = findFeatureListFromCarServiceDump("mEnabledFeatures"); in testAllOptionalFeaturesEnabled_textDump() 160 List<String> optionalFeaturesFromConfig = findFeatureListFromCarServiceDump( in testAllOptionalFeaturesEnabled_textDump() 173 List<String> enabledFeatures = getEnabledFeatures(); in testAllOptionalFeaturesEnabled_protoDump() 175 List<String> optionalFeaturesFromConfig = in testAllOptionalFeaturesEnabled_protoDump() 187 List<String> enabledFeatures = findFeatureListFromCarServiceDump("mEnabledFeatures"); in testAllMandatoryFeaturesEnabled_textDump() 199 List<String> enabledFeatures = getEnabledFeatures(); in testAllMandatoryFeaturesEnabled_protoDump() 211 List<String> enabledFeaturesOrig = findFeatureListFromCarServiceDump("mEnabledFeatures"); in testNoFeatureChangeAfterRebootForAdbCommand_textDump() [all …]
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | SafeCleanerRule.java | 32 import java.util.List; 43 private final List<ThrowingRunnable> mCleaners = new ArrayList<>(); 44 private final List<Callable<List<Throwable>>> mExtraThrowables = new ArrayList<>(); 45 private final List<Throwable> mThrowables = new ArrayList<>(); 61 public SafeCleanerRule add(@NonNull Callable<List<Throwable>> exceptions) { in add() 109 for (Callable<List<Throwable>> extraThrowablesCallable : mExtraThrowables) { in apply() 110 final List<Throwable> extraThrowables = extraThrowablesCallable.call(); in apply() 140 private static String toMesssage(List<Throwable> throwables) { 162 private final List<Throwable> mThrowables; 164 private MultipleExceptions(List<Throwable> throwables) { [all …]
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | Persistence.java | 35 import java.util.List; 128 private final List<GenerationIntent> mInitialIntents; 133 private final List<GenerationIntent> mAct; 135 public Setup(List<GenerationIntent> initialIntents, List<GenerationIntent> act) { in Setup() 140 public List<ComponentName> componentsInCase() { in componentsInCase() 155 List<GenerationIntent> initialState = intentsFromJson( in fromJson() 157 List<GenerationIntent> act = intentsFromJson(object.getJSONArray(ACT_KEY), table); in fromJson() 163 public static JSONArray intentsToJson(List<GenerationIntent> intents) in intentsToJson() 173 public static List<GenerationIntent> intentsFromJson(JSONArray intentArray, in intentsFromJson() 175 List<GenerationIntent> intents = new ArrayList<>(); in intentsFromJson() [all …]
|
/cts/tests/controls/src/android/controls/cts/ |
D | CtsControlsServiceTest.java | 48 import java.util.List; 74 List<Control> loadedControls = new ArrayList<>(); in testLoadAllAvailable() 77 List<Control> expectedControls = new ArrayList<>(); in testLoadAllAvailable() 101 List<Control> loadedControls = new ArrayList<>(); in testLoadSuggested() 104 List<Control> expectedControls = new ArrayList<>(); in testLoadSuggested() 117 List<String> idsToLoad = new ArrayList<>(); in testPublisherForSingleControl() 121 List<Control> loadedControls = new ArrayList<>(); in testPublisherForSingleControl() 124 List<Control> expectedControls = new ArrayList<>(); in testPublisherForSingleControl() 132 List<String> idsToLoad = new ArrayList<>(); in testPublisherForMultipleControls() 137 List<Control> loadedControls = new ArrayList<>(); in testPublisherForMultipleControls() [all …]
|
/cts/tests/appsearch/aidl/com/android/cts/appsearch/ |
D | ICommandReceiver.aidl | 19 import java.util.List; 22 List<String> globalSearch(in String queryExpression); in globalSearch() 24 List<String> globalGet(in String packageName, in String databaseName, in String namespace, in globalGet() 27 List<String> globalGetSchema(String packageName, String databaseName); in globalGetSchema() 30 in String id, in List<Bundle> permissionBundles); in indexGloballySearchableDocument() 33 in String namespace, in String id, in List<Bundle> packageBundles, in indexGloballySearchableDocumentVisibleToConfig() 34 in List<Bundle> permissionBundles, in Bundle publicAclPackage); in indexGloballySearchableDocumentVisibleToConfig()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/voiceinteraction/ |
D | HotwordDetectorKeyphraseTriggeredStatsTest.java | 42 import java.util.List; 120 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetected() 126 List<StatsLog.EventMetricData> filteredData = filterTestAppMetrics(appId, data); in testLogHotwordDetectorKeyphraseTriggeredDspDetected() 144 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredSoftwareDetectorDetected() 150 List<StatsLog.EventMetricData> filteredData = filterTestAppMetrics(appId, data); in testLogHotwordDetectorKeyphraseTriggeredSoftwareDetectorDetected() 166 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetectorUnexpectedDetected() 172 List<StatsLog.EventMetricData> filteredData = filterTestAppMetrics(appId, data); in testLogHotwordDetectorKeyphraseTriggeredDspDetectorUnexpectedDetected() 197 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredSoftwareDetectorUnexpectedDetected() 203 List<StatsLog.EventMetricData> filteredData = filterTestAppMetrics(appId, data); in testLogHotwordDetectorKeyphraseTriggeredSoftwareDetectorUnexpectedDetected() 226 List<StatsLog.EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testLogHotwordDetectorKeyphraseTriggeredDspDetectorUnexpectedRejected() [all …]
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerQueryPropertyTest.java | 44 import java.util.List; 112 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties() 125 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties() 134 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties() 143 final List<Property> testPropertyList = sPackageManager in testQueryApplicationProperties() 152 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties() 165 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties() 178 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties() 195 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties() 208 final List<Property> testPropertyList = sPackageManager in testQueryActivityProperties() [all …]
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
D | ReportUtils.java | 40 import java.util.List; 51 public static List<EventMetricData> getEventMetricDataList( in getEventMetricDataList() 57 public static List<EventMetricData> getEventMetricDataList(ITestDevice device) in getEventMetricDataList() 66 public static List<EventMetricData> getEventMetricDataList(ConfigMetricsReportList reportList) in getEventMetricDataList() 75 public static List<EventMetricData> getEventMetricDataList(ITestDevice device, in getEventMetricDataList() 85 public static List<EventMetricData> getEventMetricDataList( in getEventMetricDataList() 90 List<EventMetricData> data = new ArrayList<>(); in getEventMetricDataList() 108 public static void printEventMetricDataList(List<EventMetricData> data) { in printEventMetricDataList() 114 public static List<EventMetricData> backfillAggregatedAtomsInEventMetric( in backfillAggregatedAtomsInEventMetric() 119 List<EventMetricData> data = new ArrayList<>(); in backfillAggregatedAtomsInEventMetric() [all …]
|
/cts/tests/tests/companion/common/src/android/companion/cts/common/ |
D | RecordingOnTransportsChangedListener.kt | 22 private constructor(container: InvocationContainer<List<AssociationInfo>>) : 23 Consumer<List<AssociationInfo>>, 24 InvocationTracker<List<AssociationInfo>> by container { 28 override fun accept(associations: List<AssociationInfo>) =
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
D | GnssLocationUpdateIntervalTest.java | 38 import java.util.List; 106 List<String> courseLocationPackages = TestUtils.revokePermissions(ACCESS_COARSE_LOCATION); in testLocationUpdatesAtVariousIntervals() 107 List<String> fineLocationPackages = TestUtils.revokePermissions(ACCESS_FINE_LOCATION); in testLocationUpdatesAtVariousIntervals() 157 List<Location> activeLocations = activeLocationListener.getReceivedLocationList(); in testLocationUpdatesAtInterval() 158 List<Location> passiveLocations = passiveLocationListener.getReceivedLocationList(); in testLocationUpdatesAtInterval() 212 List<Location> locations = locationListener.getReceivedLocationList(); in testUtcToElapsedRealtimeDriftAtInterval() 217 List<Location> activeLocations) { in validateTimeDriftBetweenUtcTimeAndElapsedRealtime() 232 private static void validateLocationUpdateInterval(List<Location> activeLocations, in validateLocationUpdateInterval() 233 List<Location> passiveLocations, int fixIntervalMillis) { in validateLocationUpdateInterval() 236 List<Long> activeDeltas = getTimeBetweenFixes(LocationManager.GPS_PROVIDER, in validateLocationUpdateInterval() [all …]
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/ |
D | UserLifecycleEventStatsTests.java | 27 import java.util.List; 40 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testCreateGuestUser() 49 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testRemoveGuestUser() 66 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testCreateFullUser() 75 List<EventMetricData> data = ReportUtils.getEventMetricDataList(getDevice()); in testRemoveFullUser() 92 protected void assertExpectedEvents(List<EventMetricData> data, int userId, String eventName) { in assertExpectedEvents() 93 List<String> expectedData = prepareUserExpectedEvents(eventName); in assertExpectedEvents() 107 private List<String> prepareUserExpectedEvents(String event) { in prepareUserExpectedEvents() 108 List<String> expectedData = new ArrayList<>(); in prepareUserExpectedEvents()
|