Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockListener.java45 static final String SERVICE_REMOVED = SERVICE_BASE + "SERVICE_REMOVED"; field in MockListener
125 } else if (SERVICE_REMOVED.equals(action)) { in onCreate()
158 filter.addAction(SERVICE_REMOVED); in onCreate()
271 requestStringListResult(context, SERVICE_REMOVED, catcher); in probeListenerRemoved()