Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java44 static final String SERVICE_PAYLOADS = SERVICE_BASE + "SERVICE_PAYLOADS"; field in MockListener
115 } else if (SERVICE_PAYLOADS.equals(action)) { in onCreate()
157 filter.addAction(SERVICE_PAYLOADS); in onCreate()
267 requestStringListResult(context, SERVICE_PAYLOADS, catcher); in probeListenerPayloads()