Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 25 of 252) sorted by relevance

1234567891011

/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerInternal.java56 int userId, @NonNull ComponentName calling); in setVrMode() argument
67 int userId, @NonNull ComponentName calling); in setVrModeImmediate() argument
DVrManagerService.java604 int userId, ComponentName calling) { in updateCurrentVrServiceLocked() argument
648 if (calling != null && !Objects.equals(calling, mCurrentVrModeComponent)) { in updateCurrentVrServiceLocked()
649 mCurrentVrModeComponent = calling; in updateCurrentVrServiceLocked()
/frameworks/base/core/jni/android/graphics/
DShader.cpp36 #error Need to convert float array to SkScalar array before calling the following function. in Color_HSVToColor()
122 #error Need to convert float array to SkScalar array before calling the following function. in LinearGradient_create1()
166 #error Need to convert float array to SkScalar array before calling the following function. in RadialGradient_create1()
205 #error Need to convert float array to SkScalar array before calling the following function. in SweepGradient_create1()
DInterpolator.cpp34 #error Need to convert float array to SkScalar array before calling the following function. in Interpolator_setKeyFrame()
DPathEffect.cpp42 #error Need to convert float array to SkScalar array before calling the following function. in Dash_constructor()
/frameworks/base/docs/html/guide/components/
Dservices.jd65 calling {@link android.content.Context#startService startService()}. Once started, a service
71 <dd>A service is "bound" when an application component binds to it by calling {@link
132 requests that the service be started, by calling {@link android.content.Context#startService
135 its work is done, by calling {@link android.app.Service#stopSelf stopSelf()} or {@link
140 service (such as to perform RPC), by calling {@link android.content.Context#bindService
155 <p>If a component starts the service by calling {@link
159 component stops it by calling {@link android.content.Context#stopService stopService()}.</p>
241 <p>A started service is one that another component starts by calling {@link
248 is done by calling {@link android.app.Service#stopSelf stopSelf()}, or another component can stop it
249 by calling {@link android.content.Context#stopService stopService()}.</p>
[all …]
/frameworks/base/docs/html/preview/features/
Dafw.jd145 by calling the new <code>DevicePolicyManager.setPackagesSuspended()</code>
162 in gray. Launchers can find out if an app is suspended by calling the new
187 Owners can require use of a VPN by calling the new
361 installKeyPair()} by calling the new method
411 granted by calling
508 work-specific {@link android.telecom.ConnectionService} for the calling
509 backend (calling accounts). The work dialer maintains a work-only call log
512 calling accounts are distinguished from personal incoming calls to the
513 personal calling accounts.
Dtv-recording-api.jd65 <code>setCanRecord(true)</code> before calling <code>build()</code> to
67 <li>Register your <code>TvInputInfo</code> object with the system by calling
85 your app has tuned to the desired channel by calling <code>notifyTuned()</code>,
109 notify the system by calling <code>RecordingSession.notifyError()</code>.
/frameworks/opt/net/ims/
DREADME.txt7 - GSMA IR.94 : video calling feature
14 To get started, you need to get an instance of the ImsManager by calling ImsManager#getInstance().
113 controlling the camera (front/rear selection, zoom, brightness, ...) for a video calling.
/frameworks/base/docs/html/training/multiple-threads/
Ddefine-runnable.jd75 background priority by calling
83 {@link java.lang.Thread} in the {@link java.lang.Runnable} itself, by calling
/frameworks/base/docs/html/training/notify-user/
Dnavigation.jd123 and create the {@link android.app.PendingIntent} by calling
178 Set the {@link android.app.Activity} to start in a new, empty task by calling
189 by calling {@link android.app.PendingIntent#getActivity getActivity()}.
Ddisplay-progress.jd61 To display a determinate progress bar, add the bar to your notification by calling
119 // Starts the thread by calling the run() method in its Runnable
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd109 notification, you pass the {@link android.app.Notification} object to the system by calling
160 the notification drawer, you add the {@link android.app.PendingIntent} by calling
338calling {@link android.app.NotificationManager#notify(int, android.app.Notification) NotificationM…
510 Create a stack builder by calling {@link android.app.TaskStackBuilder#create
514 Add the back stack to the stack builder by calling
530 from the notification, by calling
538 stack by calling {@link android.support.v4.app.TaskStackBuilder#editIntentAt
544 Get a {@link android.app.PendingIntent} for this back stack by calling
586 and create the {@link android.app.PendingIntent} by calling
641 Set the {@link android.app.Activity} to start in a new, empty task by calling
[all …]
/frameworks/base/docs/html/training/tv/tif/
Dui.jd96 overlay is disabled. You can enable it when you create the session by calling
167 you can prevent the video from being presented by calling {@link android.media.tv.TvInputService.Se…
236 app by calling the
272 call from the system TV app by calling
/frameworks/base/docs/html/training/secure-file-sharing/
Dshare-file.jd54 {@link android.app.Activity} by calling {@link android.app.Activity#startActivityForResult
129 * calling File.getAbsolutePath() for each File
245 way to securely grant access to your files using temporary access permissions. Avoid calling
248 calling {@link android.content.Context#revokeUriPermission Context.revokeUriPermission()}.
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd140 <li>Obtain an instance of a {@link android.nfc.tech.TagTechnology}, by calling one of the
142 enumerate the supported technologies of the tag by calling {@link android.nfc.Tag#getTechList
143 getTechList()} before calling a <code>get</code> factory method. For example, to obtain an instance
274 the main thread and only when the activity is in the foreground (calling in {@link
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd210 calling {@link
228 calling {@link
229 android.graphics.Paint#setTypeface setTypeface()}, and the text color by calling {@link
235 whether the shapes are filled, outlined, or both by calling {@link
/frameworks/base/docs/html/training/basics/data-storage/
Dshared-preferences.jd50 one by calling one of two methods:</p>
92 android.content.SharedPreferences.Editor} by calling {@link
Dfiles.jd144 {@link java.io.File} by calling one of two methods:</p>
221 storage state by calling {@link android.os.Environment#getExternalStorageState}. If the returned
289 appropriate directory by calling {@link
339 java.io.IOException} by calling {@link java.io.File#getFreeSpace} or {@link
370 delete a file by calling {@link android.content.Context#deleteFile deleteFile()}:</p>
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd307 and decoding your media. You can instantiate a {@link android.media.MediaCodec} by calling {@link
327 of the buffer by calling {@link android.media.MediaCodec#queueInputBuffer queueInputBuffer()}.</p>
332 release ownership by calling {@link android.media.MediaCodec#releaseOutputBuffer
335 <p>You can handle encrypted media data in the codecs by calling {@link
347 can acquire an instance of {@link android.media.MediaRouter} by calling {@link
401 effects, so you should always first check availability by calling {@link
459 interface, which you can specify for your activity by calling {@link
467 activity, whereas calling {@link android.nfc.NfcAdapter#setBeamPushUris setBeamPushUris()} is
501 found, you need to resolve the service by calling
528 successful callback, you can then begin discovering services on local devices by calling {@link
[all …]
Dandroid-2.3-highlights.jd151 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Internet calling</strong></p>
154 accounts. The user can add an internet calling number (a SIP address) to any
156 calling, the user must create an account at the SIP provider of their choice
157 &mdash; SIP accounts are not provided as part of the internet calling feature.
158 Additionally, support for the platform's SIP and internet calling features on
324 <p>Support for the platform's SIP and internet calling features on specific
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtogglebutton.jd49 to the button by calling {@link
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd37 to protect against known exploits. By calling Google Play services methods, your
64 if necessary) by calling
106 in calling the method multiple times, since it returns immediately if the
198 That method indicates its success or failure by calling callbacks.</p>
/frameworks/base/docs/html/training/testing/integration-testing/
Dindex.jd35 {@link android.content.BroadcastReceiver} by calling
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd86 key code by calling {@link android.view.KeyEvent#getKeyCode()} or from key
98 by calling {@link android.view.MotionEvent#getAction()} and the axis value by
99 calling {@link android.view.MotionEvent#getAxisValue(int) getAxisValue()}.
170 supported on a connected game controller by calling
173 supported on a connected game controller by first calling
222 game can inspect the key code by calling {@link android.view.KeyEvent#getKeyCode()}
505 points in the joystick event by calling

1234567891011