Home
last modified time | relevance | path

Searched refs:CTS_APP_PACKAGE_NAME (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DWorkProfileNetworkLoggingDelegateTest.java48 private static final String CTS_APP_PACKAGE_NAME = "com.android.cts.delegate"; field in WorkProfileNetworkLoggingDelegateTest
122 if (CTS_APP_PACKAGE_NAME.equals(currentEvent.getPackageName())) { in verifyNetworkLogs()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DNetworkLoggingTest.java63 private static final String CTS_APP_PACKAGE_NAME = "com.android.cts.deviceandprofileowner"; field in NetworkLoggingTest
139 if (CTS_APP_PACKAGE_NAME.equals(currentEvent.getPackageName())) { in verifyNetworkLogs()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java63 private static final String CTS_APP_PACKAGE_NAME = "com.android.cts.deviceowner"; field in NetworkLoggingTest
330 if (CTS_APP_PACKAGE_NAME.equals(currentEvent.getPackageName())) { in verifyNetworkLogs()