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; 220 }, new DevicePolicyEventWrapper.Builder(EventId.INSTALL_CA_CERT_VALUE) in testInstallCaCertLogged() 224 new DevicePolicyEventWrapper.Builder(EventId.UNINSTALL_CA_CERTS_VALUE) in testInstallCaCertLogged() 284 }, new DevicePolicyEventWrapper.Builder(EventId.SET_APPLICATION_RESTRICTIONS_VALUE) in testApplicationRestrictions() 408 }, new DevicePolicyEventWrapper.Builder(EventId.CHOOSE_PRIVATE_KEY_ALIAS_VALUE) in testDelegationCertSelection() 554 }, new DevicePolicyEventWrapper.Builder(EventId.SET_ALWAYS_ON_VPN_PACKAGE_VALUE) in testAlwaysOnVpnPackageLogged() 645 }, new DevicePolicyEventWrapper.Builder(EventId.ADD_PERSISTENT_PREFERRED_ACTIVITY_VALUE) in testPersistentIntentResolving() 664 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SCREEN_CAPTURE_DISABLED_VALUE) in testScreenCaptureDisabled() 668 new DevicePolicyEventWrapper.Builder(EventId.SET_SCREEN_CAPTURE_DISABLED_VALUE) in testScreenCaptureDisabled() 697 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SHORT_SUPPORT_MESSAGE_VALUE) in testSupportMessage() [all …]
|
D | DeviceOwnerTest.java | 21 import android.stats.devicepolicy.EventId; 148 }, new DevicePolicyEventWrapper.Builder(EventId.SET_DEVICE_OWNER_LOCK_SCREEN_INFO_VALUE) in testLockScreenInfo() 160 }, new DevicePolicyEventWrapper.Builder(EventId.GET_WIFI_MAC_ADDRESS_VALUE) in testWifi() 500 }, new DevicePolicyEventWrapper.Builder(EventId.SET_SECURITY_LOGGING_ENABLED_VALUE) in testSecurityLoggingEnabledLogged() 504 new DevicePolicyEventWrapper.Builder(EventId.SET_SECURITY_LOGGING_ENABLED_VALUE) in testSecurityLoggingEnabledLogged() 712 }, new DevicePolicyEventWrapper.Builder(EventId.RETRIEVE_SECURITY_LOGS_VALUE) in testAdminActionBookkeeping() 715 new DevicePolicyEventWrapper.Builder(EventId.RETRIEVE_PRE_REBOOT_SECURITY_LOGS_VALUE) in testAdminActionBookkeeping() 720 }, new DevicePolicyEventWrapper.Builder(EventId.REQUEST_BUGREPORT_VALUE) in testAdminActionBookkeeping() 818 }, new DevicePolicyEventWrapper.Builder(EventId.SET_KEEP_UNINSTALLED_PACKAGES_VALUE) in testPackageInstallCache() 832 }, new DevicePolicyEventWrapper.Builder(EventId.INSTALL_EXISTING_PACKAGE_VALUE) in testPackageInstallCache() [all …]
|
D | MixedDeviceOwnerTest.java | 19 import android.stats.devicepolicy.EventId; 105 new DevicePolicyEventWrapper.Builder(EventId.SET_NETWORK_LOGGING_ENABLED_VALUE) in getAdditionalDelegationTests() 110 new DevicePolicyEventWrapper.Builder(EventId.RETRIEVE_NETWORK_LOGS_VALUE) in getAdditionalDelegationTests() 114 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 | 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; 199 }, new DevicePolicyEventWrapper.Builder(EventId.WIPE_DATA_WITH_REASON_VALUE) in testWipeDataLogged() 433 }, new DevicePolicyEventWrapper.Builder(EventId.ADD_CROSS_PROFILE_INTENT_FILTER_VALUE) in testCrossProfileIntentFilters() 852 .Builder(EventId.SET_CROSS_PROFILE_CALLER_ID_DISABLED_VALUE) in testManagedContactsPolicies() 857 .Builder(EventId.SET_CROSS_PROFILE_CALLER_ID_DISABLED_VALUE) in testManagedContactsPolicies() 865 .Builder(EventId.SET_CROSS_PROFILE_CONTACTS_SEARCH_DISABLED_VALUE) in testManagedContactsPolicies() 870 .Builder(EventId.SET_CROSS_PROFILE_CONTACTS_SEARCH_DISABLED_VALUE) in testManagedContactsPolicies() 898 }, new DevicePolicyEventWrapper.Builder(EventId.SET_ORGANIZATION_COLOR_VALUE) in testOrganizationInfo() 927 .Builder(EventId.SET_BLUETOOTH_CONTACT_SHARING_DISABLED_VALUE) in testBluetoothContactSharingDisabled() 932 .Builder(EventId.SET_BLUETOOTH_CONTACT_SHARING_DISABLED_VALUE) in testBluetoothContactSharingDisabled() [all …]
|
D | PasswordComplexityTest.java | 5 import android.stats.devicepolicy.EventId; 53 .Builder(EventId.GET_USER_PASSWORD_COMPLEXITY_LEVEL_VALUE) in testGetPasswordComplexity()
|
D | DeviceAndProfileOwnerHostSideTransferTest.java | 10 import android.stats.devicepolicy.EventId; 48 }, 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
|