Home
last modified time | relevance | path

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

/cts/tests/admin/src/android/admin/cts/
DDeviceAdminReceiverTest.java57 private static final String ACTION_SECURITY_LOGS_AVAILABLE field in DeviceAdminReceiverTest
194 mReceiver.onReceive(mContext, new Intent(ACTION_SECURITY_LOGS_AVAILABLE)); in testOnReceiveSecurityLogsAvailable()
195 verify(mReceiver).onSecurityLogsAvailable(any(), actionEq(ACTION_SECURITY_LOGS_AVAILABLE)); in testOnReceiveSecurityLogsAvailable()