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

1234

/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/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java110 * Intent sent whenever state of a call changes.
115 * representing actual call state.</p>
266 * AG feature: ability to reject incoming call.
271 * AG feature: enhanced call handling (terminate specific call, private consultation).
281 * AG call handling feature: accept held or waiting call in three way calling scenarios.
286 * AG call handling feature: release held or waiting call in three way calling scenarios.
291 * AG call handlin
799 terminateCall(BluetoothDevice device, BluetoothHeadsetClientCall call) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContentProvider.java217 // We do not call ContentProvider#query with a modified where clause since
396 public Bundle call( method in class:ContentProvider.Transport
401 return ContentProvider.this.call(method, arg, extras);
932 * Example client call:<p>
995 * Example client call:<p>
1074 * Example client call:<p>
1167 * write permissions, or is not exported, all applications can still call
1245 * none. For example, if you called refresh on a particular uri, you should call
1258 * provider, but that call has been rejected for the operation given
1274 * As a courtesy, call {
1967 public @Nullable Bundle call(@NonNull String method, @Nullable String arg, method in class:ContentProvider
[all...]
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);
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 DContentResolver.java135 * For example, this will be set to true if the sync is initiated by a call to
207 * returned Cursor as part of its query call.
860 * the content provider may need to do some additional work at each call
865 * perform another call to {@link #canonicalize} with that original Uri to
947 * none. For example, if you called refresh on a particular uri, you should call
1204 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
1257 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
1603 * by the call to {@link ContentProviderOperation#apply}.
1606 * how many, if any, operations will have been successfully applied if a call to
1738 * @param method provider-defined method name to call
1747 public final @Nullable Bundle call(@NonNull Uri uri, @NonNull String method, method in class:ContentResolver
[all...]
H A DIContentProvider.java60 public Bundle call( method in interface:IContentProvider
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java284 * call (such as documents inside a directory) the implementor is
433 * If this set of roots changes, you must call {@link ContentResolver#notifyChange(Uri,
498 * you can call {@link ContentResolver#notifyChange(Uri,
539 * you can call {@link ContentResolver#notifyChange(Uri,
595 * String, String)}. Then you can call {@link ContentResolver#notifyChange(Uri,
857 * call the superclass. If the superclass returns {@code null}, the subclass
886 // TODO: move this to a direct AMS call
939 * call the superclass. If the superclass returns {@code null}, the subclass
944 public Bundle call(String method, String arg, Bundle extras) { method in class:DocumentsProvider
947 return super.call(metho
[all...]
/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/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);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java111 * It can be accessed via the content provider APIs or via custom call
273 // We have to call in the user manager with no lock held,
278 // We have to call in the package manager with no lock held,
380 public Bundle call(String method, String name, Bundle args) { method in class:SettingsProvider
436 Slog.w(LOG_TAG, "call() with invalid method: " + method);
1019 // Resolve the userId on whose behalf the call is made.
1073 // Resolve the userId on whose behalf the call is made.
1128 // Resolve the userId on whose behalf the call is made.
1327 // Resolve the userId on whose behalf the call is made.
1386 // Resolve the userId on whose behalf the call i
[all...]
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DDirectStatementService.java252 public Void call() { method in class:DirectStatementService.IsAssociatedCallable
/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py9 from subprocess import call namespace
151 call([DIFF_TOOL, file1, file2])
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp624 RsBlasCall call; local
625 memset(&call, 0, sizeof(call));
626 call.func = (RsBlasFunction)func;
627 call.transA = (RsBlasTranspose)TransA;
628 call.transB = (RsBlasTranspose)TransB;
629 call.side = (RsBlasSide)Side;
630 call.uplo = (RsBlasUplo)Uplo;
631 call.diag = (RsBlasDiag)Diag;
632 call
657 RsBlasCall call; local
690 RsBlasCall call; local
725 RsBlasCall call; local
760 RsBlasCall call; local
[all...]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java826 public ShortcutListAsserter call(Consumer<List<ShortcutInfo>> c) { method in class:ShortcutManagerTestUtils.ShortcutListAsserter
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java43 * Represents an ongoing phone call that the in-call app should present to the user.
81 * {@link PhoneAccount} through which to place the call.
95 * Common transitions are to {@link #STATE_DIALING} state for a successful call or
101 * The state of a {@code Call} when the user has initiated a disconnection of the call, but the
102 * call has not yet been disconnected by the underlying {@code ConnectionService}. The next
103 * state of the call is (potentially) {@link #STATE_DISCONNECTED}.
108 * The state of an external call which is in the process of being pulled from a remote device to
111 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
112 * and {@link Details#CAPABILITY_CAN_PULL_CALL} capability are set on the call
959 onStateChanged(Call call, int state) argument
967 onParentChanged(Call call, Call parent) argument
975 onChildrenChanged(Call call, List<Call> children) argument
983 onDetailsChanged(Call call, Details details) argument
993 onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) argument
1004 onPostDialWait(Call call, String remainingPostDialSequence) argument
1012 onVideoCallChanged(Call call, InCallService.VideoCall videoCall) argument
1023 onCallDestroyed(Call call) argument
1033 onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) argument
1050 onConnectionEvent(Call call, String event, Bundle extras) argument
1059 onRttModeChanged(Call call, int mode) argument
1068 onRttStatusChanged(Call call, boolean enabled, RttCall rttCall) argument
1077 onRttRequest(Call call, int id) argument
1087 onRttInitiationFailure(Call call, int reason) argument
1098 onHandoverComplete(Call call) argument
1110 onHandoverFailed(Call call, @HandoverFailureErrors int failureReason) argument
[all...]
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...]
H A DInCallService.java44 * phone calls. Telecom binds to this service while there exists a live (active or incoming) call,
45 * and uses it to notify the in-call app of any live and recently disconnected calls. An app must
51 * {@code InCallService} implementation intends to replace the built-in in-call UI.
200 public void addCall(ParcelableCall call) { argument
201 mHandler.obtainMessage(MSG_ADD_CALL, call).sendToTarget();
205 public void updateCall(ParcelableCall call) { argument
206 mHandler.obtainMessage(MSG_UPDATE_CALL, call).sendToTarget();
292 public void onCallAdded(Phone phone, Call call) {
293 InCallService.this.onCallAdded(call);
298 public void onCallRemoved(Phone phone, Call call) {
507 onCallAdded(Call call) argument
518 onCallRemoved(Call call) argument
547 onConnectionEvent(Call call, String event, Bundle extras) argument
[all...]
H A DPhone.java62 * Called to bring the in-call screen to the foreground. The in-call experience should
72 * Called when a {@code Call} has been added to this in-call session. The in-call user
79 * @param call A newly added {@code Call}.
81 public void onCallAdded(Phone phone, Call call) { } argument
84 * Called when a {@code Call} has been removed from this in-call session. The in-call user
90 * @param call A newly removed {@code Call}.
92 public void onCallRemoved(Phone phone, Call call) { } argument
153 internalRemoveCall(Call call) argument
372 fireCallAdded(Call call) argument
378 fireCallRemoved(Call call) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java92 * To call an API for a specific subscription, use {@link #createForSubscriptionId(int)}. e.g.
130 /** Ask the user whether to use Wi-Fi on every call */
332 * Broadcast intent action indicating that the call state
336 * The {@link #EXTRA_STATE} extra indicates the new call state.
346 * Instead, use {@link #getCallState} to synchronously query the current call state.
359 * call. By default, the device's default SMS app consumes this message and sends a text message
412 * call settings page launched by
460 * for a String containing the new call state.
493 * Only valid when the new call state is RINGING.
502 * Broadcast intent action indicating that a precise call stat
5985 public void call(String callingPackage, String number) { method in class:TelephonyManager
[all...]
/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/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/base/tests/TouchLatency/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 674 milliseconds

1234