Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalStoppedService.java19 public class LocalStoppedService extends LocalService class
/cts/tests/app/src/android/app/cts/
DServiceTest.java38 import android.app.stubs.LocalStoppedService;
830 final Intent service = new Intent(mContext, LocalStoppedService.class); in testStopSelf()
855 final Intent service = new Intent(mContext, LocalStoppedService.class); in testStopSelfResult()