Searched refs:retValue (Results 1 – 3 of 3) sorted by relevance
52 Spliterator<T> retValue = new ByteBufferLineSpliterator<T>(mBuffer.slice(), in trySplit() local58 return retValue; in trySplit()95 ByteBuffer retValue = mBuffer.slice(); in subsequence() local97 return retValue; in subsequence()
1371 int[] retValue = mContext.checkCallingOrSelfUriPermissions(uris, in testCheckCallingOrSelfUriPermissions() local1373 assertEquals(retValue.length, 2); in testCheckCallingOrSelfUriPermissions()1375 assertEquals(PERMISSION_DENIED, retValue[0]); in testCheckCallingOrSelfUriPermissions()1376 assertEquals(PERMISSION_DENIED, retValue[1]); in testCheckCallingOrSelfUriPermissions()1383 int retValue = mContext.checkCallingOrSelfUriPermission(uri, in testCheckCallingOrSelfUriPermission() local1385 assertEquals(PERMISSION_DENIED, retValue); in testCheckCallingOrSelfUriPermission()1462 int retValue = mContext.checkCallingOrSelfPermission(GRANTED_PERMISSION); in testCheckCallingOrSelfPermission_noIpc() local1463 assertEquals(PERMISSION_GRANTED, retValue); in testCheckCallingOrSelfPermission_noIpc()1465 retValue = mContext.checkCallingOrSelfPermission(NOT_GRANTED_PERMISSION); in testCheckCallingOrSelfPermission_noIpc()1466 assertEquals(PERMISSION_DENIED, retValue); in testCheckCallingOrSelfPermission_noIpc()[all …]
1215 final AtomicBoolean retValue = new AtomicBoolean(); in verifyCallbackLayoutSurface()1221 retValue.set(v.getLeft() == left && v.getTop() == top in verifyCallbackLayoutSurface()1230 return retValue.get(); in verifyCallbackLayoutSurface()