Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DAppsFilterImplTest.java278 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesAction_FilterMatches() local
283 appsFilter.shouldFilterApplication(mSnapshot, DUMMY_CALLING_APPID, calling, target, in testQueriesAction_FilterMatches()
317 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProtectedAction_FilterDoesNotMatch() local
325 assertFalse(appsFilter.shouldFilterApplication(mSnapshot, callingUid, calling, in testQueriesProtectedAction_FilterDoesNotMatch()
327 assertTrue(appsFilter.shouldFilterApplication(mSnapshot, callingUid, calling, in testQueriesProtectedAction_FilterDoesNotMatch()
352 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProvider_FilterMatches() local
357 assertFalse(appsFilter.shouldFilterApplication(mSnapshot, DUMMY_CALLING_APPID, calling, in testQueriesProvider_FilterMatches()
373 PackageSetting calling = simulateAddPackage(appsFilter, in testOnUserUpdated_FilterMatches() local
380 UserHandle.getUid(DUMMY_CALLING_APPID, subjectUserId), calling, target, in testOnUserUpdated_FilterMatches()
392 UserHandle.getUid(DUMMY_CALLING_APPID, subjectUserId), calling, target, in testOnUserUpdated_FilterMatches()
[all …]
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerInternal.java59 int userId, int processId, @NonNull ComponentName calling); in setVrMode() argument
DVrManagerService.java904 @NonNull ComponentName component, int userId, int processId, ComponentName calling) { in updateCurrentVrServiceLocked() argument
961 if ((calling != null || mPersistentVrModeEnabled) in updateCurrentVrServiceLocked()
962 && !Objects.equals(calling, mCurrentVrModeComponent) in updateCurrentVrServiceLocked()
966 mCurrentVrModeComponent = calling; in updateCurrentVrServiceLocked()
/frameworks/opt/telephony/flags/
Dcalling.aconfig9 description: "APIs that are used to notify simultaneous calling changes to other applications."
DAndroid.bp26 "calling.aconfig",
Dsubscription.aconfig18 …description: "Enabled flag means subscriptions enforce filtering result base on calling user handl…
Dmisc.aconfig36 …description: "When set, the no wifi emergency calling availability notif will have a do not ask ag…
103 …description: "Fix VCN crash when calling CarrierConfigManager.getConfigForSubId while phone proces…
Ddata.aconfig140 …he DataCallSessionStats metrics will capture whether the IWLAN PDN is set up on cross-SIM calling."
/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/packages/SystemUI/docs/
Ddialogs.md19 Use the default components of the layout by calling the appropriate setters (in the dialog or
43 nicely animate the dialog from/to that `View`, instead of calling `Dialog.show`.
/frameworks/base/services/core/java/com/android/server/media/projection/
Dmediaprojection.md14 `MediaProjectionManagerService` should never lock when calling into a service that may acquire
/frameworks/base/location/java/android/location/flags/
Dlocation.aconfig50 description: "Flag for calling stop() before setPositionMode()"
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dchanges.md30 In addition to doing the above, you will also need to provide an interface for calling to SysUI
40 Specifically, to support calling into a controller from an external process (like Launcher):
52 Specifically, to support calling into a controller from an external process (like Launcher):
/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/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto98 // Error occurred when calling package name is not found.
107 // Remote exception when calling the Cobalt upload API.
178 // Remote exception when calling get topics.
431 // Error message while calling get consent.
494 // Exception when calling UpdateAdId API in service side.
/frameworks/proto_logging/stats/atoms/locale/
Dlocale_atoms.proto67 // The calling package doesn't have the required permission.
/frameworks/av/media/audio/aconfig/
Daudio.aconfig98 "setStreamVolume is calling into the BT stack"
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto99 // The calling app uid
307 // The api name for the metric collection flow where the calling app isn't known
356 // Indicates the provider status after calling for auth entry credentials
442 // The calling app uid
458 // The calling app uid
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
DREADME.md16 External clients notify System UI about the transfer status by calling `@SystemApi`s in
/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/libs/binary_translation/kernel_api/tools/
DREADME.md29 architectures have specific calling conventions for system calls, so even the number of parameters
/frameworks/base/core/proto/android/net/
Dnetworkrequest.proto67 // the default network of the calling application.
/frameworks/base/core/java/android/view/accessibility/flags/
Daccessibility_flags.aconfig72 description: "Makes flash notification APIs as system APIs for calling from mainline module"

123