Home
last modified time | relevance | path

Searched refs:nInd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DMeshActivity.java85 int nInd = 0; in onDraw() local
93 indexBuffer.put(nInd++, (short) 0); in onDraw()
94 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw()
95 indexBuffer.put(nInd++, (short) nVert); in onDraw()
DMeshLargeActivity.java87 int nInd = 0; in onDraw() local
104 indexBuffer.put(nInd++, (short) 0); in onDraw()
105 indexBuffer.put(nInd++, (short) (nVert - 1)); in onDraw()
106 indexBuffer.put(nInd++, (short) nVert); in onDraw()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java264 final NotificationInd nInd = (NotificationInd) parsedPdu; in decodeWapPdu() local
268 nInd.getContentLocation(), in decodeWapPdu()
269 nInd.getTransactionId(), in decodeWapPdu()
270 nInd.getMessageSize() in decodeWapPdu()
272 if (nInd.getFrom() != null in decodeWapPdu()
273 && BlockChecker.isBlocked(mContext, nInd.getFrom().getString(), null)) { in decodeWapPdu()