Searched refs:standard (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DMediaSizeUtils.java63 String standard = sMediaSizeToStandardMap.get(mediaSize);
64 return (standard != null) ? standard : context.getString(
69 * Comparator for ordering standard media sizes. The ones for the current
70 * standard go to the top and the ones for the other standards follow grouped
71 * by standard. Media sizes of the same standard are ordered alphabetically.
86 // The current standard always wins.
96 // Different standards - use the standard ordering.
99 // Same standard
[all...]
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp554 android_native_rect_t standard = {10, 20, 330, 200}; local
555 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &standard));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java83 /** Return value from {@link #checkDestination} for standard rate (non-premium) short codes. */
161 /** XML attribute for the standard rate short code regex pattern. */
162 private static final String ATTR_STANDARD = "standard";
332 String standard = parser.getAttributeValue(null, ATTR_STANDARD);
333 return new ShortCodePatternMatcher(pattern, premium, free, standard);

Completed in 170 milliseconds