Searched defs:ctypeVal (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2195 protected String getContentTypeName(int ctypeVal) { argument
2199 if (ctypeVal == OMA_CONTENT_TYPE_VALUES[i]) {
2206 protected boolean isContentTypeMapped(int ctypeVal) { argument
2210 if (ctypeVal == OMA_CONTENT_TYPE_VALUES[i]) return true;

Completed in 30 milliseconds