Searched refs:ACTION_FINISH_JOB (Results 1 – 3 of 3) sorted by relevance
18 import static com.android.cts.net.hostside.app2.Common.ACTION_FINISH_JOB;59 registerReceiver(mFinishCommandReceiver, new IntentFilter(ACTION_FINISH_JOB)); in onStartJob()
43 static final String ACTION_FINISH_JOB = field in Common
100 private static final String ACTION_FINISH_JOB = field in AbstractRestrictBackgroundNetworkTestCase932 final Intent intent = new Intent(ACTION_FINISH_JOB)