HomeSort by relevance Sort by last modified time
    Searched refs:ISS_ADD (Results 1 - 2 of 2) sorted by null

  /cts/tests/src/android/app/cts/
IntentServiceStub.java 30 public static String ISS_ADD = "add";
69 if (action != null && action.equals(ISS_ADD)) {
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 60 addIntent.setAction(IntentServiceStub.ISS_ADD);

Completed in 2211 milliseconds