Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java86 private static final String REMOTE_SERVICE_ACTION = "android.app.REMOTESERVICE"; field in StrictModeTest
626 Intent intent = new Intent(REMOTE_SERVICE_ACTION); in runWithRemoteServiceBound()