OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubbablePrintService
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
PrintServiceCallbacks.java
23
private
StubbablePrintService
mService;
25
public
StubbablePrintService
getService() {
29
public void setService(
StubbablePrintService
service) {
FirstPrintService.java
19
public class FirstPrintService extends
StubbablePrintService
{
SecondPrintService.java
19
public class SecondPrintService extends
StubbablePrintService
{
StubbablePrintService.java
28
public abstract class
StubbablePrintService
extends PrintService {
29
private static final String LOG_TAG =
StubbablePrintService
.class.getSimpleName();
/cts/tests/tests/print/src/android/print/cts/
PrintServicesTest.java
57
import android.print.test.services.
StubbablePrintService
;
506
StubbablePrintService
firstService = serviceCallbacks1.getService();
540
StubbablePrintService
secondService = serviceCallbacks2.getService();
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java
59
import android.print.test.services.
StubbablePrintService
;
[
all
...]
Completed in 117 milliseconds