Home
last modified time | relevance | path

Searched refs:assertMetricsLogged (Results 1 – 18 of 18) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
232 assertMetricsLogged(getDevice(), () -> { in testInstallCaCertLogged()
290 assertMetricsLogged(getDevice(), () -> { in testApplicationRestrictions()
417 assertMetricsLogged(getDevice(), () -> { in testDelegationCertSelection()
569 assertMetricsLogged(getDevice(), () -> { in testAlwaysOnVpnPackageLogged()
654 assertMetricsLogged(getDevice(), () -> { in testPersistentIntentResolving()
666 assertMetricsLogged(getDevice(), () -> { in testScreenCaptureDisabled()
701 assertMetricsLogged(getDevice(), () -> { in testSupportMessage()
706 assertMetricsLogged(getDevice(), () -> { in testSupportMessage()
718 assertMetricsLogged(getDevice(), () -> { in testApplicationHidden()
[all …]
DAdbProvisioningTests.java21 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
45 assertMetricsLogged(getDevice(), () -> { in testAdbDeviceOwnerLogged()
57 assertMetricsLogged(getDevice(), () -> { in testAdbProfileOwnerLogged()
DMixedDeviceOwnerTest.java19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
144 assertMetricsLogged(getDevice(), () -> { in testWifi()
166 assertMetricsLogged(getDevice(), () -> { in testSetTime()
177 assertMetricsLogged(getDevice(), () -> { in testSetTimeZone()
222 assertMetricsLogged(getDevice(), () -> { in testLockScreenInfo()
242 assertMetricsLogged(getDevice(), () -> { in testFactoryResetProtectionPolicy()
277 assertMetricsLogged(getDevice(), () -> { in testInstallUpdateLogged()
337 assertMetricsLogged(getDevice(), () -> { in testSecurityLoggingEnabledLogged()
DDeviceOwnerTest.java21 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
427 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()
433 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()
439 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()
445 assertMetricsLogged(getDevice(), () -> { in testSetSystemUpdatePolicyLogged()
561 assertMetricsLogged(getDevice(), () -> { in testAdminActionBookkeeping()
569 assertMetricsLogged(getDevice(), () -> { in testAdminActionBookkeeping()
656 assertMetricsLogged(getDevice(), () -> { in testPackageInstallCache()
669 assertMetricsLogged(getDevice(), () -> { in testPackageInstallCache()
766 assertMetricsLogged(getDevice(), () -> { in testSetKeyguardDisabledLogged()
[all …]
DPasswordComplexityTest.java3 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
49 assertMetricsLogged( in testGetPasswordComplexity()
DManagedProfileWipeTest.java19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
82 assertMetricsLogged(getDevice(), () -> { in testWipeDataLogged()
DCrossProfileAppsHostSideTest.java7 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
153 assertMetricsLogged( in testStartActivityIntent_isLogged()
245 assertMetricsLogged( in testStartMainActivity_logged()
266 assertMetricsLogged( in testGetTargetUserProfiles_logged()
DOrgOwnedProfileOwnerTest.java21 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()
DManagedProfileCrossProfileTest.java26 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()
502 assertMetricsLogged( in testSetCrossProfilePackages_resetsAppOps_isLogged()
DManagedProfileContactsTest.java19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
92 assertMetricsLogged(getDevice(), () -> { in testManagedContactsPolicies()
105 assertMetricsLogged(getDevice(), () -> { in testManagedContactsPolicies()
DManagedProfileTest.java18 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
207 assertMetricsLogged(getDevice(), () -> { in testOrganizationInfo()
224 assertMetricsLogged(getDevice(), () -> { in testBluetoothContactSharingDisabled()
439 assertMetricsLogged(getDevice(), () -> { in testSetProfileNameLogged()
DDeviceAndProfileOwnerHostSideTransferTest.java3 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
46 assertMetricsLogged(getDevice(), () -> { in testTransferOwnership()
DManagedProfilePasswordTest.java19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
207 assertMetricsLogged(getDevice(), () -> { in testCreateSeparateChallengeChangedLogged()
DDeviceOwnerPlusProfileOwnerTest.java20 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
203 assertMetricsLogged(getDevice(), () -> { in testWipeData_secondaryUserLogged()
DMixedManagedProfileOwnerTest.java148 DevicePolicyEventLogVerifier.assertMetricsLogged(getDevice(), () -> { in testSetPreferentialNetworkServiceStatusLogged()
/cts/hostsidetests/accounts/src/android/host/accounts/
DAccountManagerHostSideTest.java21 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()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DDevicePolicyEventLogVerifier.java43 public static void assertMetricsLogged(ITestDevice device, Action action, in assertMetricsLogged() method in DevicePolicyEventLogVerifier
/cts/hostsidetests/content/src/android/content/cts/
DContextCrossProfileHostTest.java19 import static com.android.cts.devicepolicy.metrics.DevicePolicyEventLogVerifier.assertMetricsLogged;
438 assertMetricsLogged(getDevice(), () -> { in testBindServiceAsUser_sameProfileGroup_reportsMetric()