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

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java54 protected String mAppIdName = "x-wap-application:*"; field in class:WapPushTest
1213 mAppIdName = new String(randStr);
1215 add = mAppIdName.length() + 1;
1240 arr[index + i] = (byte) (mAppIdName.charAt(i));
1242 Log.d(LOG_TAG, "mAppIdName added [" + mAppIdName + "]");
1284 Log.d(LOG_TAG, "headerStart = " + headerStart + ", mAppIdName = " + mAppIdName);
1980 String originalAppIdName = mAppIdName;
1998 Log.d(LOG_TAG, "mAppIdValue: [" + mAppIdName
[all...]

Completed in 46 milliseconds