OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:printerId
(Results
1 - 14
of
14
) sorted by null
/cts/tests/tests/print/src/android/print/cts/
PrintAttributesTest.java
30
import android.print.
PrinterId
;
151
PrinterId
printerId
= session.getService().generatePrinterId(PRINTER_NAME);
154
new PrinterCapabilitiesInfo.Builder(
printerId
);
190
PrinterInfo printer = new PrinterInfo.Builder(
printerId
, PRINTER_NAME,
PrinterCapabilitiesTest.java
30
import android.print.
PrinterId
;
66
* @param
printerId
The id of the printer
72
private List<PrinterInfo> generatePrinters(
PrinterId
printerId
, MediaSize mediaSize,
80
printerId
);
93
printers.add(new PrinterInfo.Builder(
printerId
, PRINTER_NAME, status).setCapabilities(cap)
130
* @param
printerId
The printer to change
135
final
PrinterId
printerId
, final MediaSize mediaSize, final boolean isAvailable) {
139
session.addPrinters(generatePrinters(
printerId
, mediaSize, isAvailable
[
all
...]
/packages/experimental/PrintService2/src/foo/bar/printservice2/
MyPrintService.java
14
import android.print.
PrinterId
;
137
PrinterId
printerId
= generatePrinterId("1");
138
PrinterInfo printer = new PrinterInfo.Builder(
printerId
, "Printer 1")
173
PrinterId
printerId
= generatePrinterId("2");
174
PrinterInfo printer = new PrinterInfo.Builder(
printerId
, "Printer 2")
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java
31
import android.print.
PrinterId
;
274
PrinterId
printerId
= item.getIntent().getParcelableExtra(EXTRA_PRINTER_ID);
275
mPrinterRegistry.forgetFavoritePrinter(
printerId
);
FusedPrintersProvider.java
41
import android.print.
PrinterId
;
112
private
PrinterId
mTrackedPrinter;
155
Map<
PrinterId
, PrinterInfo> updatedPrinters) {
173
private void computeAndDeliverResult(Map<
PrinterId
, PrinterInfo> discoveredPrinters,
180
HashSet<
PrinterId
> alreadyAddedPrinter = new HashSet<>(MAX_FAVORITE_PRINTER_COUNT);
324
List<
PrinterId
> printerIds = new ArrayList<>(favoriteCount);
352
Map<
PrinterId
, PrinterInfo> printersMap = new LinkedHashMap<>();
463
public void setTrackedPrinter(@Nullable
PrinterId
printerId
) {
467
if (mTrackedPrinter.equals(
printerId
)) {
[
all
...]
PrintActivity.java
58
import android.print.
PrinterId
;
[
all
...]
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java
41
import android.print.
PrinterId
;
95
private List<
PrinterId
> mDiscoveryPriorityList;
97
private List<
PrinterId
> mTrackedPrinterList;
101
public void onPrintersRemoved(List<
PrinterId
> printerIds);
107
* @param
printerId
the id of the printer the icon belongs to
111
public void onCustomPrinterIconLoaded(
PrinterId
printerId
, Icon icon);
322
public void startPrinterDiscovery(List<
PrinterId
> priorityList) {
327
private void handleStartPrinterDiscovery(final List<
PrinterId
> priorityList) {
330
mDiscoveryPriorityList = new ArrayList<
PrinterId
>();
[
all
...]
RemotePrintSpooler.java
41
import android.print.
PrinterId
;
363
* @param
printerId
the id of the printer the icon belongs to
367
public final void onCustomPrinterIconLoaded(@NonNull
PrinterId
printerId
,
376
printerId
, icon);
395
* @param
printerId
the id of the printer the icon should be loaded for
400
public final @Nullable Icon getCustomPrinterIcon(@NonNull
PrinterId
printerId
) {
408
printerId
);
813
public Void onCustomPrinterIconLoaded(IPrintSpooler target,
PrinterId
printerId
[
all
...]
UserState.java
56
import android.print.
PrinterId
;
313
* @param
printerId
the id of the printer the icon should be loaded for
318
public @Nullable Icon getCustomPrinterIcon(@NonNull
PrinterId
printerId
) {
319
Icon icon = mSpooler.getCustomPrinterIcon(
printerId
);
322
RemotePrintService service = mActiveServices.get(
printerId
.getServiceName());
324
service.requestCustomPrinterIcon(
printerId
);
341
PrinterId
printerId
= printJobInfo.getPrinterId();
343
if (
printerId
!= null)
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java
46
import android.print.
PrinterId
;
288
PrinterId
printerId
= printJob.getPrinterId();
290
|| (
printerId
!= null
291
&& componentName.equals(
printerId
.getServiceName())));
544
PrinterId
printerId
= printJob.getPrinterId();
545
if (
printerId
!= null) {
546
ComponentName service =
printerId
.getServiceName();
751
* @param
printerId
the id of the printer the icon belongs t
[
all
...]
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
Completed in 269 milliseconds