Searched refs:assertMetricsLogged (Results 1 – 9 of 9) sorted by relevance
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;218 assertMetricsLogged(getDevice(), () -> { in testInstallCaCertLogged()281 assertMetricsLogged(getDevice(), () -> { in testApplicationRestrictions()406 assertMetricsLogged(getDevice(), () -> { in testDelegationCertSelection()552 assertMetricsLogged(getDevice(), () -> { in testAlwaysOnVpnPackageLogged()642 assertMetricsLogged(getDevice(), () -> { in testPersistentIntentResolving()656 assertMetricsLogged(getDevice(), () -> { in testScreenCaptureDisabled()694 assertMetricsLogged(getDevice(), () -> { in testSupportMessage()700 assertMetricsLogged(getDevice(), () -> { in testSupportMessage()714 assertMetricsLogged(getDevice(), () -> { in testApplicationHidden()[all …]
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;146 assertMetricsLogged(getDevice(), () -> { in testLockScreenInfo()158 assertMetricsLogged(getDevice(), () -> { in testWifi()497 assertMetricsLogged(getDevice(), () -> { in testSecurityLoggingEnabledLogged()710 assertMetricsLogged(getDevice(), () -> { in testAdminActionBookkeeping()718 assertMetricsLogged(getDevice(), () -> { in testAdminActionBookkeeping()815 assertMetricsLogged(getDevice(), () -> { in testPackageInstallCache()828 assertMetricsLogged(getDevice(), () -> { in testPackageInstallCache()938 assertMetricsLogged(getDevice(), () -> { in testInstallUpdateLogged()971 assertMetricsLogged(getDevice(), () -> { in testSetKeyguardDisabledLogged()[all …]
21 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;53 assertMetricsLogged(getDevice(), () -> { in testAdbDeviceOwnerLogged()67 assertMetricsLogged(getDevice(), () -> { in testAdbProfileOwnerLogged()
3 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;111 assertMetricsLogged( in testStartMainActivity_logged()130 assertMetricsLogged( in testGetTargetUserProfiles_logged()
3 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;49 assertMetricsLogged( in testGetPasswordComplexity()
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;197 assertMetricsLogged(getDevice(), () -> { in testWipeDataLogged()429 assertMetricsLogged(getDevice(), () -> { in testCrossProfileIntentFilters()848 assertMetricsLogged(getDevice(), () -> { in testManagedContactsPolicies()861 assertMetricsLogged(getDevice(), () -> { in testManagedContactsPolicies()894 assertMetricsLogged(getDevice(), () -> { in testOrganizationInfo()923 assertMetricsLogged(getDevice(), () -> { in testBluetoothContactSharingDisabled()1046 assertMetricsLogged(getDevice(), () -> { in testCrossProfileWidgetsLogged()1452 assertMetricsLogged(getDevice(), () -> { in testCrossProfileCalendarPackage()1618 assertMetricsLogged(getDevice(), () -> { in testCreateSeparateChallengeChangedLogged()[all …]
3 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;45 assertMetricsLogged(getDevice(), () -> { in testTransferOwnership()
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;334 assertMetricsLogged(getDevice(), () -> { in testWipeData_managedProfileLogged()361 assertMetricsLogged(getDevice(), () -> { in testWipeData_secondaryUserLogged()
42 public static void assertMetricsLogged(ITestDevice device, Action action, in assertMetricsLogged() method in DevicePolicyEventLogVerifier