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

  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
StubbablePrintService.java 91 public void callAttachBaseContext(Context base) {
  /cts/tests/tests/print/src/android/print/cts/
PrintServicesTest.java 459 assertException(() -> serviceCallbacks.getService().callAttachBaseContext(null),
461 assertException(() -> serviceCallbacks.getService().callAttachBaseContext(getActivity()),

Completed in 684 milliseconds