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

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java837 protected int encodeUint32(int uint32Val, byte[] arr, int start) { argument
843 assertTrue(uint32Val >= 0);
845 if ((bit & uint32Val) > 0) topbit = i;
851 //Log.d(LOG_TAG, "uint32Val = " + Integer.toHexString(uint32Val) + ", topbit = "
854 tmpVal = uint32Val;

Completed in 328 milliseconds