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

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

Completed in 34 milliseconds