Searched refs:EventId (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | DeviceAndProfileOwnerTest.java | 22 import android.stats.devicepolicy.EventId; 218 }, new DevicePolicyEventWrapper.Builder(EventId.INSTALL_CA_CERT_VALUE) in testInstallCaCertLogged() 222 new DevicePolicyEventWrapper.Builder(EventId.UNINSTALL_CA_CERTS_VALUE) in testInstallCaCertLogged() 282 }, new DevicePolicyEventWrapper.Builder(EventId.SET_APPLICATION_RESTRICTIONS_VALUE) in testApplicationRestrictions() 406 }, new DevicePolicyEventWrapper.Builder(EventId.CHOOSE_PRIVATE_KEY_ALIAS_VALUE) in testDelegationCertSelection() 549 }, new DevicePolicyEventWrapper.Builder(EventId.SET_ALWAYS_ON_VPN_PACKAGE_VALUE) in testAlwaysOnVpnPackageLogged() 640 }, new DevicePolicyEventWrapper.Builder(EventId.ADD_PERSISTENT_PREFERRED_ACTIVITY_VALUE) in testPersistentIntentResolving() 659 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SCREEN_CAPTURE_DISABLED_VALUE) in testScreenCaptureDisabled() 663 new DevicePolicyEventWrapper.Builder(EventId.SET_SCREEN_CAPTURE_DISABLED_VALUE) in testScreenCaptureDisabled() 692 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SHORT_SUPPORT_MESSAGE_VALUE) in testSupportMessage() [all …]
|
D | DeviceOwnerTest.java | 36 import android.stats.devicepolicy.EventId; 152 }, new DevicePolicyEventWrapper.Builder(EventId.SET_DEVICE_OWNER_LOCK_SCREEN_INFO_VALUE) in testLockScreenInfo() 164 }, new DevicePolicyEventWrapper.Builder(EventId.GET_WIFI_MAC_ADDRESS_VALUE) in testWifi() 495 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SECURITY_LOGGING_ENABLED_VALUE) in testSecurityLoggingEnabledLogged() 499 new DevicePolicyEventWrapper.Builder(EventId.SET_SECURITY_LOGGING_ENABLED_VALUE) in testSecurityLoggingEnabledLogged() 581 }, new DevicePolicyEventWrapper.Builder(EventId.SET_LOCKTASK_MODE_ENABLED_VALUE) in testLockTask_deviceOwnerUser() 691 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SYSTEM_UPDATE_POLICY_VALUE) in testSetSystemUpdatePolicyLogged() 697 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SYSTEM_UPDATE_POLICY_VALUE) in testSetSystemUpdatePolicyLogged() 703 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SYSTEM_UPDATE_POLICY_VALUE) in testSetSystemUpdatePolicyLogged() 709 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SYSTEM_UPDATE_POLICY_VALUE) in testSetSystemUpdatePolicyLogged() [all …]
|
D | MixedDeviceOwnerTest.java | 21 import android.stats.devicepolicy.EventId; 83 new DevicePolicyEventWrapper.Builder(EventId.SET_NETWORK_LOGGING_ENABLED_VALUE) in getAdditionalDelegationTests() 88 new DevicePolicyEventWrapper.Builder(EventId.RETRIEVE_NETWORK_LOGS_VALUE) in getAdditionalDelegationTests() 92 new DevicePolicyEventWrapper.Builder(EventId.SET_NETWORK_LOGGING_ENABLED_VALUE) in getAdditionalDelegationTests()
|
D | AdbProvisioningTests.java | 27 import android.stats.devicepolicy.EventId; 56 }, new DevicePolicyEventWrapper.Builder(EventId.PROVISIONING_ENTRY_POINT_ADB_VALUE) in testAdbDeviceOwnerLogged() 70 }, new DevicePolicyEventWrapper.Builder(EventId.PROVISIONING_ENTRY_POINT_ADB_VALUE) in testAdbProfileOwnerLogged()
|
D | PasswordComplexityTest.java | 5 import android.stats.devicepolicy.EventId; 53 .Builder(EventId.GET_USER_PASSWORD_COMPLEXITY_LEVEL_VALUE) in testGetPasswordComplexity()
|
D | CrossProfileAppsHostSideTest.java | 5 import android.stats.devicepolicy.EventId; 121 .Builder(EventId.CROSS_PROFILE_APPS_START_ACTIVITY_AS_USER_VALUE) in testStartMainActivity_logged() 140 .Builder(EventId.CROSS_PROFILE_APPS_GET_TARGET_USER_PROFILES_VALUE) in testGetTargetUserProfiles_logged()
|
D | ManagedProfileTest.java | 22 import android.stats.devicepolicy.EventId; 197 }, new DevicePolicyEventWrapper.Builder(EventId.WIPE_DATA_WITH_REASON_VALUE) in testWipeDataLogged() 431 }, new DevicePolicyEventWrapper.Builder(EventId.ADD_CROSS_PROFILE_INTENT_FILTER_VALUE) in testCrossProfileIntentFilters() 862 .Builder(EventId.SET_CROSS_PROFILE_CALLER_ID_DISABLED_VALUE) in testManagedContactsPolicies() 867 .Builder(EventId.SET_CROSS_PROFILE_CALLER_ID_DISABLED_VALUE) in testManagedContactsPolicies() 875 .Builder(EventId.SET_CROSS_PROFILE_CONTACTS_SEARCH_DISABLED_VALUE) in testManagedContactsPolicies() 880 .Builder(EventId.SET_CROSS_PROFILE_CONTACTS_SEARCH_DISABLED_VALUE) in testManagedContactsPolicies() 908 }, new DevicePolicyEventWrapper.Builder(EventId.SET_ORGANIZATION_COLOR_VALUE) in testOrganizationInfo() 937 .Builder(EventId.SET_BLUETOOTH_CONTACT_SHARING_DISABLED_VALUE) in testBluetoothContactSharingDisabled() 942 .Builder(EventId.SET_BLUETOOTH_CONTACT_SHARING_DISABLED_VALUE) in testBluetoothContactSharingDisabled() [all …]
|
D | DeviceAndProfileOwnerHostSideTransferTest.java | 8 import android.stats.devicepolicy.EventId; 42 }, new DevicePolicyEventWrapper.Builder(EventId.TRANSFER_OWNERSHIP_VALUE) in testTransferOwnership()
|
D | DeviceOwnerPlusProfileOwnerTest.java | 25 import android.stats.devicepolicy.EventId; 51 new Builder(EventId.WIPE_DATA_WITH_REASON_VALUE)
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/ |
D | DevicePolicyEventWrapper.java | 19 import android.stats.devicepolicy.EventId; 98 EventId.forNumber(mEventId), mEventId, mIntValue, mBooleanValue, in toString()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | RemoteAudio.h | 97 enum EventId { enum
|