Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DAppsFilterTest.java218 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesAction_FilterMatches() local
221 assertFalse(appsFilter.shouldFilterApplication(DUMMY_CALLING_APPID, calling, target, in testQueriesAction_FilterMatches()
246 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProtectedAction_FilterDoesNotMatch() local
252 assertFalse(appsFilter.shouldFilterApplication(callingUid, calling, targetActivity, in testQueriesProtectedAction_FilterDoesNotMatch()
254 assertTrue(appsFilter.shouldFilterApplication(callingUid, calling, targetReceiver, in testQueriesProtectedAction_FilterDoesNotMatch()
272 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProvider_FilterMatches() local
276 assertFalse(appsFilter.shouldFilterApplication(DUMMY_CALLING_APPID, calling, target, in testQueriesProvider_FilterMatches()
289 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesDifferentProvider_Filters() local
293 assertTrue(appsFilter.shouldFilterApplication(DUMMY_CALLING_APPID, calling, target, in testQueriesDifferentProvider_Filters()
307 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProviderWithSemiColon_FilterMatches() local
[all …]
/frameworks/base/libs/hwui/jni/
DShader.cpp45 #error Need to convert float array to SkScalar array before calling the following function. in Color_HSVToColor()
118 #error Need to convert float array to SkScalar array before calling the following function. in LinearGradient_create()
148 #error Need to convert float array to SkScalar array before calling the following function. in RadialGradient_create()
174 #error Need to convert float array to SkScalar array before calling the following function. in SweepGradient_create()
DInterpolator.cpp31 #error Need to convert float array to SkScalar array before calling the following function. in Interpolator_setKeyFrame()
DPathEffect.cpp41 #error Need to convert float array to SkScalar array before calling the following function. in Dash_constructor()
DPath.cpp176 #error Need to convert float array to SkScalar array before calling the following function. in addRoundRect8()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerInternal.java59 int userId, int processId, @NonNull ComponentName calling); in setVrMode() argument
DVrManagerService.java900 @NonNull ComponentName component, int userId, int processId, ComponentName calling) { in updateCurrentVrServiceLocked() argument
957 if ((calling != null || mPersistentVrModeEnabled) in updateCurrentVrServiceLocked()
958 && !Objects.equals(calling, mCurrentVrModeComponent) in updateCurrentVrServiceLocked()
962 mCurrentVrModeComponent = calling; in updateCurrentVrServiceLocked()
/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/services/tests/PackageManagerComponentOverrideTests/
DAndroid.bp17 // NOTE: This test is separate from service tests since it relies on same vs different calling UID,
/frameworks/opt/telephony/
DREADME.txt16 allows us to run public API code in the calling process, while the
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t183 * property to 1, e.g., by calling "adb shell setprop debug.nn.vlog 1".</p>
359 * When calling {@link ANeuralNetworksModel_setOperandValueFromMemory},
367 * the memory after calling {@link ANeuralNetworksMemory_free}. This includes
388 * <p>Build the model by calling<ul>
400 * A model is completed by calling {@link ANeuralNetworksModel_finish}.
401 * A model is destroyed by calling {@link ANeuralNetworksModel_free}.
411 * other uses of the model after calling {@link ANeuralNetworksModel_free}.
424 * <li>Create a new compilation instance by calling the
430 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>
438 * A compilation is completed by calling {@link ANeuralNetworksCompilation_finish}.
[all …]
/frameworks/hardware/interfaces/bufferhub/1.0/
DIBufferClient.hal39 * calling this method.
/frameworks/rs/script_api/
Drs_convert.spec36 E.g calling <code>a = convert_short3(b);</code> is equivalent to doing
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt46 * The instrumentation test can collect that time by calling getReceivedTimeNs("tag") and
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto103 NS_T_X25 = 19; // X_25 calling address.
104 NS_T_ISDN = 20; // ISDN calling address.
/frameworks/hardware/interfaces/cameraservice/device/2.0/
DICameraDeviceUser.hal67 * to utilize an fmq (obtained by calling getCaptureRequestMetadataQueue)
/frameworks/base/packages/SystemUI/
DREADME.md65 calling StatusManager and waiting for the call to come back to IStatusBar.
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt167 The application can poll for the timestamp of particular events by calling
DEGL_ANDROID_native_fence_sync.txt110 descriptor, so the caller must not use it after calling eglCreateSyncKHR."
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dreduce.rscript295 // also tests calling conventions for two different composite types
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce.rscript297 // also tests calling conventions for two different composite types
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1650 // OPEN: Settings > User > Enable calling dialog
1653 // OPEN: Settings > User > Enable calling and sms dialog
1964 // OPEN: Settings > Network & Internet > Mobile network > Wi-Fi calling
2417 // OPEN: Settings > Pick SIM (that supports calling) dialog
/frameworks/opt/telephony/proto/src/
Dtelephony.proto214 // If wifi-calling has been enabled.
217 // Wifi-calling Mode.
754 // Emergency call routing is a flag to tell how modem handles the calling with
/frameworks/rs/script_api/include/
Drs_object_info.rsh157 * After calling this function, *dst will be set to an empty handle. See rsIsObject().
/frameworks/compile/slang/
DREADME.rst269 wait before calling root again to render another frame. The function

12