Searched refs: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
1194 mAppIdName = new String(randStr);
1196 add = mAppIdName.length() + 1;
1221 arr[index + i] = (byte) (mAppIdName.charAt(i));
1223 Log.d(LOG_TAG, "mAppIdName added [" + mAppIdName + "]");
1265 Log.d(LOG_TAG, "headerStart = " + headerStart + ", mAppIdName = " + mAppIdName);
1961 String originalAppIdName = mAppIdName;
1979 Log.d(LOG_TAG, "mAppIdValue: [" + mAppIdName
[all...]

Completed in 29 milliseconds