Home
last modified time | relevance | path

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

/cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
DStubbablePrintService.java91 public void callAttachBaseContext(Context base) { in callAttachBaseContext() method in StubbablePrintService
/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java451 assertException(() -> serviceCallbacks.getService().callAttachBaseContext(null),
453 assertException(() -> serviceCallbacks.getService().callAttachBaseContext(getActivity()),