Searched refs:getArgument (Results 1 – 6 of 6) sorted by relevance
114 return getArgument(arg_pos, proxy_method_frame_depth); in getProxyMethodArgument()118 private native Object getArgument(int arg_pos, int frame_depth); in getArgument() method in TestInvocationHandler
111 mJobInfo = invocation.<JobInfo>getArgument(0); in setUp()275 var cancellationSignal = invocation.<CancellationSignal>getArgument(2); in testCancel()296 var cancellationSignal = invocation.<CancellationSignal>getArgument(2); in testSyncCancel()458 var cancellationSignal = invocation.<CancellationSignal>getArgument(2); in testRace3()
982 mUsedProfiles.add(invocation.<ProfilePath>getArgument(0)); in makeProfileUsable()988 mUsedProfiles.add(invocation.<ProfilePath>getArgument(0)); in makeProfileUsable()997 mUsedEmbeddedProfiles.add(invocation.<String>getArgument(1)); in makeEmbeddedProfileUsable()
197 var cancellationSignal = invocation.<CancellationSignal>getArgument(2); in testCancel()
350 var cancellationSignal = invocation.<CancellationSignal>getArgument(3); in testDexoptCancelledDuringDex2oatInvocationsMultiThreaded()399 var cancellationSignal = invocation.<CancellationSignal>getArgument(3); in testDexoptCancelledDuringDex2oatInvocationsOnCurrentThread()
888 var output = invocation.<OutputProfile>getArgument(2); in testSnapshotAppProfile()923 var output = invocation.<OutputProfile>getArgument(1); in testSnapshotAppProfileFromDm()937 var output = invocation.<OutputProfile>getArgument(2); in testSnapshotAppProfileFromDm()