Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java42 public static final String SERVICE_LOCAL_GRANTED = field in ServiceTest
413 startExpectResult(new Intent(SERVICE_LOCAL_GRANTED)); in testLocalStartActionPermissionGranted()
423 bindExpectResult(new Intent(SERVICE_LOCAL_GRANTED)); in testLocalBindActionPermissionGranted()
433 bindAutoExpectResult(new Intent(SERVICE_LOCAL_GRANTED)); in testLocalBindAutoActionPermissionGranted()
460 new Intent(SERVICE_LOCAL_GRANTED), conn, 0); in testLocalUnbindTwice()