Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 2102) sorted by relevance

12345678910>>...85

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSmallStructsTest.java158 .invoke(field); in testSmallStructsOfCharArray()
170 set_bytes.invoke(field, elem, bytes, true); in testSmallStructsOfCharArray()
183 modify.invoke(mScript, alloc, alloc); in testSmallStructsOfCharArray()
184 verify.invoke(mScript, alloc); in testSmallStructsOfCharArray()
205 getInitialValueSetter(type).invoke(mScript, getInitialValue(type)); in testSmallStructsOfHeterogeneousTypes()
218 .invoke(field); in testSmallStructsOfHeterogeneousTypes()
226 fieldASetter.invoke(field, elem, initialValueA, true); in testSmallStructsOfHeterogeneousTypes()
232 fieldBSetter.invoke(field, elem, initialValueB, true); in testSmallStructsOfHeterogeneousTypes()
245 modify.invoke(mScript, alloc, alloc); in testSmallStructsOfHeterogeneousTypes()
246 verify.invoke(mScript, alloc); in testSmallStructsOfHeterogeneousTypes()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnection.java70 mInvokeCounterMap.get(ON_ANSWER_CALLED).invoke(); in onAnswer()
83 mInvokeCounterMap.get(ON_ANSWER_VIDEO_CALLED).invoke(videoState); in onAnswer()
190 mInvokeCounterMap.get(ON_POST_DIAL_WAIT).invoke(proceed); in onPostDialContinue()
198 mInvokeCounterMap.get(ON_CALL_EVENT).invoke(event, extras); in onCallEvent()
206 mInvokeCounterMap.get(ON_PULL_EXTERNAL_CALL).invoke(); in onPullExternalCall()
214 mInvokeCounterMap.get(ON_ADD_CONFERENCE_PARTICIPANTS).invoke(participants); in onAddConferenceParticipants()
222 mInvokeCounterMap.get(ON_EXTRAS_CHANGED).invoke(extras); in onExtrasChanged()
230 mInvokeCounterMap.get(ON_START_RTT).invoke(rttTextStream); in onStartRtt()
243 mInvokeCounterMap.get(ON_RTT_REQUEST_RESPONSE).invoke(rttTextStream); in handleRttUpgradeResponse()
252 mInvokeCounterMap.get(ON_STOP_RTT).invoke(); in onStopRtt()
[all …]
DRemoteConnectionTest.java270 callbackInvoker.invoke(connection, state); in testRemoteConnectionCallbacks_StateChange()
296 callbackInvoker.invoke(connection, ringback); in testRemoteConnectionCallbacks_RingbackRequest()
324 callbackInvoker.invoke(connection, connectionCapabilities); in testRemoteConnectionCallbacks_ConnectionCapabilities()
353 callbackInvoker.invoke(connection, connectionProperties); in testRemoteConnectionCallbacks_ConnectionProperties()
382 callbackInvoker.invoke(connection, remainingPostDialSequence); in testRemoteConnectionCallbacks_PostDialWait()
409 callbackInvoker.invoke(connection, nextChar); in testRemoteConnectionCallbacks_PostDialChar()
436 callbackInvoker.invoke(connection, isVoip); in testRemoteConnectionCallbacks_VoipAudio()
462 callbackInvoker.invoke(connection, statusHints); in testRemoteConnectionCallbacks_StatusHints()
490 callbackInvoker.invoke(connection, address, presentation); in testRemoteConnectionCallbacks_AddressChange()
519 callbackInvoker.invoke(connection, callerDisplayName, presentation); in testRemoteConnectionCallbacks_CallerDisplayName()
[all …]
DSelfManagedConnection.java66 mCallAudioRouteInvokeCounter.invoke(state); in onCallAudioStateChanged()
89 mOnShowIncomingUiInvokeCounter.invoke(); in onShowIncomingCallUi()
99 mCallEventCounter.invoke(event, extras); in onCallEvent()
104 mHandoverCompleteCounter.invoke(); in onHandoverComplete()
/cts/tests/app/src/android/app/cts/
DKeyguardManagerTest.java55 set.invoke(keyguardManager, false); in testPrivateNotificationsAllowed()
56 assertFalse((boolean) get.invoke(keyguardManager)); in testPrivateNotificationsAllowed()
57 set.invoke(keyguardManager, true); in testPrivateNotificationsAllowed()
58 assertTrue((boolean) get.invoke(keyguardManager)); in testPrivateNotificationsAllowed()
/cts/tests/tests/security/src/android/security/cts/
DAudioSecurityTest.java154 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectGetParameter()
165 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectGetParameter()
197 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectGetParameter2()
216 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectGetParameter2()
239 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectGetParameter3()
267 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectSetParameter()
284 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectSetParameter()
305 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectSetOffload()
339 "command", int.class, byte[].class, byte[].class).invoke( in testAudioEffectEqualizerGetParameterName()
423 "command", int.class, byte[].class, byte[].class).invoke( in testVisualizerCapture_CVE_2017_0396()
[all …]
DNetdTest.java56 IBinder iB = (IBinder) mSMMethod.invoke(null, "network_management"); in testThrottleSanitization()
57 Object INMSObj = mStubMethod.invoke(null, iB); in testThrottleSanitization()
63 mINMSMethod.invoke(mINMSClass.cast(INMSObj), "foo;reboot;", -1, -1); in testThrottleSanitization()
DPutOverflowTest.java31 Object keystore = getInstance.invoke(null); in testCrash()
33 Boolean result = (Boolean)put.invoke(keystore, "crashFile", buffer, -1, 0); in testCrash()
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
DCtsSyncManagerTest.java109 mRpc.invoke(APP1_PACKAGE, rb -> in setUp()
147 mRpc.invoke(APP1_PACKAGE, in removeAllAccounts()
161 mRpc.invoke(packageName, in clearSyncInvocations()
168 mRpc.invoke(APP1_PACKAGE, in addAccountAndLetInitialSyncRun()
184 mRpc.invoke(APP1_PACKAGE, rb -> rb.setClearSyncInvocations( in testInitialSync()
192 Response res = mRpc.invoke(APP1_PACKAGE, in testInitialSync()
221 mRpc.invoke(APP1_PACKAGE, rb -> in testSoftErrorRetriesActiveApp()
233 final Response res = mRpc.invoke(APP1_PACKAGE, in testSoftErrorRetriesActiveApp()
261 final Response res = mRpc.invoke(APP1_PACKAGE, in testExpeditedJobSync()
292 final Response res = mRpc.invoke(APP1_PACKAGE, in testExpeditedJobSync_InDoze()
[all …]
/cts/tests/backup/src/android/backup/cts/
DAgentBindingTest.java74 bindBackupAgentMethod.invoke(activityManager, args); in callActivityManagerMethod()
82 return asInterfaceMethod.invoke( in getActivityManager()
83 null, (IBinder) getServiceMethod.invoke(serviceManagerClass, "activity")); in getActivityManager()
/cts/tests/tests/keystore/src/android/keystore/cts/
DPutOverflowTest.java29 Object keystore = getInstance.invoke(null); in testCrash()
31 Boolean result = (Boolean)put.invoke(keystore, "crashFile", buffer, -1, 0); in testCrash()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
DT_invoke_direct_range_17.smali22 invoke-direct {v1}, Ljava/lang/Object;-><init>()V
30 invoke-direct/range {v0} , Ljava/lang/String;-><init>()V
31 invoke-direct/range {v0} , Ljava/lang/String;-><init>()V
DT_invoke_direct_range_25.smali24 invoke-direct {p0}, Ldot/junit/opcodes/invoke_direct_range/TSuper;-><init>()V
42 invoke-direct {v2}, Ldot/junit/opcodes/invoke_direct_range/TPlain;-><init>()V
44invoke-direct/range {v2 .. v2}, Ldot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_25;…
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
DT_invoke_direct_17.smali22 invoke-direct {v1}, Ljava/lang/Object;-><init>()V
30 invoke-direct {v0} , Ljava/lang/String;-><init>()V
31 invoke-direct {v0} , Ljava/lang/String;-><init>()V
DT_invoke_direct_25.smali24 invoke-direct {p0}, Ldot/junit/opcodes/invoke_direct/TSuper;-><init>()V
42 invoke-direct {v2}, Ldot/junit/opcodes/invoke_direct/TPlain;-><init>()V
44 invoke-direct {v2}, Ldot/junit/opcodes/invoke_direct/d/T_invoke_direct_25;->test()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_22.smali23 invoke-direct {v1}, Ldot/junit/opcodes/invoke_virtual_range/d/TSuper;-><init>()V
31 invoke-direct {v2}, Ldot/junit/opcodes/invoke_virtual_range/d/TPlain;-><init>()V
33 invoke-virtual/range {v2}, Ldot/junit/opcodes/invoke_virtual_range/d/TSuper;->toIntP()I
DT_invoke_virtual_range_23.smali23 invoke-direct {v1}, Ldot/junit/opcodes/invoke_virtual_range/d/TSuper2;-><init>()V
31 invoke-direct {v2}, Ldot/junit/opcodes/invoke_virtual_range/d/TSuper;-><init>()V
33 invoke-virtual/range {v2}, Ldot/junit/opcodes/invoke_virtual_range/d/TSuper2;->test()I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
DT_return_void_3.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
34 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
48 invoke-direct {p0}, Ldot/junit/opcodes/return_void/d/T_return_void_3;->test()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
DT_opc_throw_5.smali24 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
36 invoke-direct {v2}, Ljava/lang/Object;-><init>()V
44 invoke-direct {v1}, Ljava/lang/NullPointerException;-><init>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_22.smali23 invoke-direct {v1}, Ldot/junit/opcodes/invoke_virtual/d/TSuper;-><init>()V
31 invoke-direct {v2}, Ldot/junit/opcodes/invoke_virtual/d/TPlain;-><init>()V
33 invoke-virtual {v2}, Ldot/junit/opcodes/invoke_virtual/d/TSuper;->toIntP()I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
DT_invoke_super_range_22.smali23 invoke-direct {v1}, Ldot/junit/opcodes/invoke_super_range/d/TSuper;-><init>()V
31 invoke-direct {v2}, Ldot/junit/opcodes/invoke_super_range/d/TPlain;-><init>()V
33 invoke-super/range {v2}, Ldot/junit/opcodes/invoke_super_range/d/TSuper;->toIntP()I
DT_invoke_super_range_23.smali23 invoke-direct {v1}, Ldot/junit/opcodes/invoke_super_range/d/TSuper2;-><init>()V
31 invoke-direct {v2}, Ldot/junit/opcodes/invoke_super_range/d/TSuper;-><init>()V
33 invoke-super/range {v2}, Ldot/junit/opcodes/invoke_super_range/d/TSuper2;->test()I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/T_invoke_super_range_26.smalis/
DT_invoke_super_range_26.smali28 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38invoke-super/range {p0 .. p0}, Ldot/junit/opcodes/invoke_super_range/d/ITestDefault;->testDefault(…
40invoke-super/range {p0 .. p0}, Ldot/junit/opcodes/invoke_super_range/d/ITestDefault2;->testDefault…
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/T_invoke_super_26.smalis/
DT_invoke_super_26.smali28 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
38 invoke-super {p0}, Ldot/junit/opcodes/invoke_super/d/ITestDefault;->testDefault()V
40 invoke-super {p0}, Ldot/junit/opcodes/invoke_super/d/ITestDefault2;->testDefault()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
DT_new_instance_11.smali23 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
34 invoke-virtual {v1}, Ljava/lang/Object;->hashCode()I
42 invoke-direct {v1, v4}, Ljava/lang/Integer;-><init>(I)V

12345678910>>...85