Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java43 static final String SERVICE_POSTED = SERVICE_BASE + "SERVICE_POSTED"; field in MockListener
97 } else if (SERVICE_POSTED.equals(action)) { in onCreate()
155 filter.addAction(SERVICE_POSTED); in onCreate()
259 requestStringListResult(context, SERVICE_POSTED, catcher); in probeListenerPosted()