OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDuplexMode
(Results
1 - 7
of
7
) sorted by null
/frameworks/support/core-utils/api23/android/support/v4/print/
PrintHelperApi23.java
30
if (other.
getDuplexMode
() != 0) {
31
b.setDuplexMode(other.
getDuplexMode
());
/cts/tests/tests/print/src/android/print/cts/
PrintAttributesTest.java
423
mLayoutAttributes.
getDuplexMode
());
426
mLayoutAttributes.
getDuplexMode
());
PrinterCapabilitiesTest.java
[
all
...]
/frameworks/base/core/java/android/print/
PrintAttributes.java
231
public @IntRange(from = 0) int
getDuplexMode
() {
284
attributes.setDuplexMode(
getDuplexMode
());
322
attributes.setDuplexMode(
getDuplexMode
());
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java
866
final int currDuplexMode = currAttributes.
getDuplexMode
();
867
final int newDuplexMode = newAttributes.
getDuplexMode
();
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java
[
all
...]
/prebuilts/sdk/25/
android.jar
Completed in 162 milliseconds