Searched refs:assertMetricsLogged (Results 1 – 16 of 16) sorted by relevance
21 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;45 assertMetricsLogged(getDevice(), () -> { in testAdbDeviceOwnerLogged()57 assertMetricsLogged(getDevice(), () -> { in testAdbProfileOwnerLogged()
3 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;49 assertMetricsLogged( in testGetPasswordComplexity()
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;341 assertMetricsLogged(getDevice(), () -> { in testDelegationCertSelection()479 assertMetricsLogged(getDevice(), () -> { in testAlwaysOnVpnPackageLogged()564 assertMetricsLogged(getDevice(), () -> { in testPersistentIntentResolving()593 assertMetricsLogged(getDevice(), () -> { in testApplicationHidden()673 assertMetricsLogged(getDevice(), () -> { in testDelegatedCertInstaller()913 assertMetricsLogged(getDevice(), () -> { in testDisallowAdjustVolumeMutedLogged()981 assertMetricsLogged(getDevice(), () -> { in testSuspendPackage()1082 assertMetricsLogged(getDevice(), () -> { in testSetCameraDisabledLogged()1232 assertMetricsLogged(getDevice(), () -> { in testInstallKeyPairLogged()[all …]
21 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;402 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()408 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()414 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()420 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()536 assertMetricsLogged(getDevice(), () -> { in testAdminActionBookkeeping()544 assertMetricsLogged(getDevice(), () -> { in testAdminActionBookkeeping()631 assertMetricsLogged(getDevice(), () -> { in testPackageInstallCache()644 assertMetricsLogged(getDevice(), () -> { in testPackageInstallCache()741 assertMetricsLogged(getDevice(), () -> { in testSetKeyguardDisabledLogged()[all …]
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;131 assertMetricsLogged(getDevice(), () -> { in testWifi()161 assertMetricsLogged(getDevice(), () -> { in testSetTime()172 assertMetricsLogged(getDevice(), () -> { in testSetTimeZone()217 assertMetricsLogged(getDevice(), () -> { in testLockScreenInfo()237 assertMetricsLogged(getDevice(), () -> { in testFactoryResetProtectionPolicy()272 assertMetricsLogged(getDevice(), () -> { in testInstallUpdateLogged()332 assertMetricsLogged(getDevice(), () -> { in testSecurityLoggingEnabledLogged()
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;82 assertMetricsLogged(getDevice(), () -> { in testWipeDataLogged()
7 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;153 assertMetricsLogged( in testStartActivityIntent_isLogged()245 assertMetricsLogged( in testStartMainActivity_logged()266 assertMetricsLogged( in testGetTargetUserProfiles_logged()
26 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;97 assertMetricsLogged(getDevice(), () -> { in testCrossProfileIntentFilters()290 assertMetricsLogged(getDevice(), () -> { in testCrossProfileWidgetsLogged()312 assertMetricsLogged(getDevice(), () -> { in testCrossProfileCalendarPackage()374 assertMetricsLogged( in testSetCrossProfilePackages_isLogged()469 assertMetricsLogged( in testSetCrossProfilePackages_resetsAppOps_isLogged()
21 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;152 assertMetricsLogged(getDevice(), () -> { in testUserRestrictionSetOnParentLogged()212 assertMetricsLogged(getDevice(), () -> { in testCameraDisabledOnParentLogged()462 assertMetricsLogged(getDevice(), () -> in testPermittedInputMethodsLogged()554 assertMetricsLogged(getDevice(), () -> { in testSetPersonalAppsSuspendedLogged()569 assertMetricsLogged(getDevice(), () -> { in testSetManagedProfileMaximumTimeOffLogged()731 assertMetricsLogged(getDevice(), () -> { in testNetworkLoggingLogged()
19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;92 assertMetricsLogged(getDevice(), () -> { in testManagedContactsPolicies()105 assertMetricsLogged(getDevice(), () -> { in testManagedContactsPolicies()
3 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;46 assertMetricsLogged(getDevice(), () -> { in testTransferOwnership()
18 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;189 assertMetricsLogged(getDevice(), () -> { in testOrganizationInfo()206 assertMetricsLogged(getDevice(), () -> { in testBluetoothContactSharingDisabled()421 assertMetricsLogged(getDevice(), () -> { in testSetProfileNameLogged()
20 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;203 assertMetricsLogged(getDevice(), () -> { in testWipeData_secondaryUserLogged()
132 DevicePolicyEventLogVerifier.assertMetricsLogged(getDevice(), () -> { in testSetPreferentialNetworkServiceStatusLogged()
21 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;116 assertMetricsLogged(getDevice(), () -> { in tesAddAccount_logsMetrics()136 assertMetricsLogged(getDevice(), () -> { in testStartAddAccountSession_logsMetrics()157 assertMetricsLogged(getDevice(), () -> { in tesAddAccountExplicitly_logsMetrics()176 assertMetricsLogged(getDevice(), () -> { in tesGetAuthToken_logsMetrics()
43 public static void assertMetricsLogged(ITestDevice device, Action action, in assertMetricsLogged() method in DevicePolicyEventLogVerifier