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()
1231 int[] retValue = mContext.checkCallingOrSelfUriPermissions(uris, in testCheckCallingOrSelfUriPermissions() local1233 assertEquals(retValue.length, 2); in testCheckCallingOrSelfUriPermissions()1235 assertEquals(PERMISSION_DENIED, retValue[0]); in testCheckCallingOrSelfUriPermissions()1236 assertEquals(PERMISSION_DENIED, retValue[1]); in testCheckCallingOrSelfUriPermissions()1242 int retValue = mContext.checkCallingOrSelfUriPermission(uri, in testCheckCallingOrSelfUriPermission() local1244 assertEquals(PackageManager.PERMISSION_DENIED, retValue); in testCheckCallingOrSelfUriPermission()1311 int retValue = mContext.checkCallingOrSelfPermission(GRANTED_PERMISSION); in testCheckCallingOrSelfPermission_noIpc() local1312 assertEquals(PackageManager.PERMISSION_GRANTED, retValue); in testCheckCallingOrSelfPermission_noIpc()1314 retValue = mContext.checkCallingOrSelfPermission(NOT_GRANTED_PERMISSION); in testCheckCallingOrSelfPermission_noIpc()1315 assertEquals(PackageManager.PERMISSION_DENIED, retValue); in testCheckCallingOrSelfPermission_noIpc()[all …]
857 final AtomicBoolean retValue = new AtomicBoolean(); in verifyCallbackLayoutSurface()863 retValue.set(v.getLeft() == left && v.getTop() == top in verifyCallbackLayoutSurface()872 return retValue.get(); in verifyCallbackLayoutSurface()