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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java86 /** Return value from {@link #checkDestination} for standard rate (non-premium) short codes. */
167 /** XML attribute for the standard rate short code regex pattern. */
168 private static final String ATTR_STANDARD = "standard";
338 String standard = parser.getAttributeValue(null, ATTR_STANDARD);
339 return new ShortCodePatternMatcher(pattern, premium, free, standard);
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk346 # commented out because libsndfile is not yet standard
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1228 android_native_rect_t standard = {10, 20, 330, 200}; local
1229 ASSERT_EQ(OK, native_window_set_crop(mANW.get(), &standard));

Completed in 56 milliseconds