Searched defs:call (Results 1 - 25 of 76) sorted by relevance

1234

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DICall.java20 * IMS call interface
31 * Checks if the call has a same remote user identity or not.
39 * Checks if the call is equal or not.
41 * @param call the call to be compared
42 * @return true if the call is equal; otherwise, false
44 public boolean equalsTo(ICall call); argument
/frameworks/base/tests/testables/src/android/testing/
H A DTestableSettingsProvider.java72 public Bundle call(String method, String arg, Bundle extras) { method in class:TestableSettingsProvider
94 Bundle call = mSettings.call(method, arg, extras);
95 call.remove(Settings.CALL_METHOD_TRACK_GENERATION_KEY);
96 return call;
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DFakeSettingsProvider.java58 * then call {@link #clearSettingsProvider()} before and after using this.
103 public Bundle call(String method, String arg, Bundle extras) { method in class:FakeSettingsProvider
/frameworks/base/core/tests/coretests/src/android/util/
H A DTokenBucketTest.java173 fn.call();
178 interface Fn { void call(); } method in interface:TokenBucketTest.Fn
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java61 public Bundle call(String method, String arg, Bundle extras) { method in class:SingleUserProvider
/frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/androidx/lifecycle/
H A DSynchronousActivityLifecycleTest.java46 * It tests that an event is dispatched immediately after a call of corresponding OnXXX method
101 public void testSynchronousCall(Event event, ActivityCall preInit, ActivityCall call) argument
116 preInit.call(testActivity);
120 call.call(testActivity);
195 void call(Activity activity); method in interface:SynchronousActivityLifecycleTest.ActivityCall
/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py9 from subprocess import call namespace
151 call([DIFF_TOOL, file1, file2])
/frameworks/base/telecomm/java/android/telecom/
H A DCallScreeningService.java78 public void screenCall(ICallScreeningAdapter adapter, ParcelableCall call) { argument
82 args.arg2 = call;
90 * Information about how to respond to an incoming call.
105 throw new IllegalStateException("Invalid response state for allowed call.");
115 * @return Whether the incoming call should be blocked.
122 * @return Whether the incoming call should be disconnected as if the user had manually
130 * @return Whether the incoming call should not be displayed in the call log.
137 * @return Whether a missed call notification should not be shown for the incoming call
[all...]
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockFindingClassVisitor.java119 MethodInsnNode call = new MethodInsnNode(Opcodes.INVOKESTATIC,
121 insertMethodCallBefore(mn, frameMap, handlersMap, s, 0, call);
134 MethodInsnNode call = new MethodInsnNode(Opcodes.INVOKESTATIC,
136 insertMethodCallAfter(mn, frameMap, handlersMap, s, i, call);
148 // catch block that surrounds the synchronized block to call monitor_exit when an exception
164 MethodInsnNode call = new MethodInsnNode(Opcodes.INVOKESTATIC,
166 insertMethodCallAfter(mn, frameMap, handlersMap, label, labelIndex, call);
174 MethodInsnNode call =
177 insertMethodCallBefore(mn, frameMap, handlersMap, s, i, call);
188 MethodInsnNode call) {
186 insertMethodCallBefore(MethodNode mn, List<Frame> frameMap, List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, MethodInsnNode call) argument
206 insertMethodCallAfter(MethodNode mn, List<Frame> frameMap, List<List<TryCatchBlockNode>> handlersMap, AbstractInsnNode node, int index, MethodInsnNode call) argument
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DBindingTarget.java77 public InverseBinding addInverseBinding(String name, BindingGetterCall call) { argument
78 final InverseBinding inverseBinding = new InverseBinding(this, name, call);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2) method in class:BridgeContentProvider
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
H A Dtrace_creator.py2 from subprocess import call namespace
5 call(["aprotoc", "-I=" + proto_path, "--python_out=.", proto_path + "trace.proto"])
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionControllerTest.java131 public Bundle call(String method, String request, Bundle args) { method in class:SubscriptionControllerTest.FakeSubscriptionContentProvider
H A DCarrierAppUtilsTest.java682 public Bundle call(String method, String request, Bundle args) { method in class:CarrierAppUtilsTest.SettingsMockContentProvider
/frameworks/rs/rsov/compiler/
H A DBuiltin.cpp35 const FunctionCallInst *call, Transformer *tr,
58 std::vector<IdRef> minConstituents(width, call->mOperand2[1]);
60 b->MakeCompositeConstruct(call->mResultType, minConstituents));
63 std::vector<IdRef> maxConstituents(width, call->mOperand2[2]);
65 b->MakeCompositeConstruct(call->mResultType, maxConstituents));
68 std::vector<IdRef> extOpnds = {call->mOperand2[0], min.get(), max.get()};
69 return b->MakeExtInst(call->mResultType, m->getGLExt(), extOpCode, extOpnds);
73 const FunctionCallInst *call, Builder *b,
75 return b->MakeExtInst(call->mResultType, m->getGLExt(), extOpCode,
76 {call
34 translateClampVector(const char *name, const FunctionCallInst *call, Transformer *tr, Builder *b, Module *m) argument
72 translateExtInst(const uint32_t extOpCode, const FunctionCallInst *call, Builder *b, Module *m) argument
332 transform(FunctionCallInst *call) argument
[all...]
H A DGlobalAllocSPIRITPass.cpp141 Instruction *transform(FunctionCallInst *call) { argument
143 static_cast<FunctionInst *>(call->mOperand1.mInstruction);
146 return call;
166 inst->setId(call->getId());
168 inst = call;
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java272 Bundle responseBundle = call(callingPkg, method, stringArg, args);
637 public Bundle call(String callingPkg, String method, String request, Bundle args) method in class:ContentProviderProxy
H A DIContentProvider.java60 public Bundle call( method in interface:IContentProvider
H A DContentProviderClient.java60 * {@link #openFile} are not thread safe -- you must not call {@link #close()}
485 /** See {@link ContentProvider#call(String, String, Bundle)} */
486 public @Nullable Bundle call(@NonNull String method, @Nullable String arg, method in class:ContentProviderClient
492 return mContentProvider.call(mPackageName, method, arg, extras);
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java252 public Void call() { method in class:DirectStatementService.IsAssociatedCallable
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContentProvider.java115 public Bundle call(String callingPackage, String method, String request, Bundle args) method in class:MockContentProvider.InversionIContentProvider
117 return MockContentProvider.this.call(method, request, args);
227 * If you're reluctant to implement this manually, please just call super.bulkInsert().
248 public Bundle call(String method, String request, Bundle args) { method in class:MockContentProvider
249 throw new UnsupportedOperationException("unimplemented mock method call");
254 throw new UnsupportedOperationException("unimplemented mock method call");
259 throw new UnsupportedOperationException("unimplemented mock method call");
266 throw new UnsupportedOperationException("unimplemented mock method call");
H A DMockIContentProvider.java42 * @hide - @hide because this exposes bulkQuery() and call(), which must also be hidden.
106 public Bundle call(String callingPackage, String method, String request, Bundle args) method in class:MockIContentProvider
/frameworks/support/slices/core/src/main/java/androidx/slice/
H A DSliceProvider.java187 public Bundle call(String method, String arg, Bundle extras) { method in class:SliceProvider
188 return mCompat != null ? mCompat.call(method, arg, extras) : null;
256 * in the background with a call to {@link ContentResolver#notifyChange(Uri, ContentObserver)}
278 * new call to onSlicePinned for any slices that should remain pinned
/frameworks/base/core/java/android/app/slice/
H A DSliceProvider.java204 * in the background with a call to {@link ContentResolver#notifyChange(Uri, ContentObserver)}
240 * new call to onSlicePinned for any slices that should remain pinned
356 public Bundle call(String method, String arg, Bundle extras) { method in class:SliceProvider
416 return super.call(method, arg, extras);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java588 public Bundle call(String method, String arg, Bundle extras) { method in class:ExternalStorageProvider
589 Bundle bundle = super.call(method, arg, extras);
624 Log.w(TAG, "unknown method passed to call(): " + method);

Completed in 1879 milliseconds

1234