Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DAppsFilterImplTest.java279 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesAction_FilterMatches() local
318 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProtectedAction_FilterDoesNotMatch() local
353 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProvider_FilterMatches() local
374 PackageSetting calling = simulateAddPackage(appsFilter, in testOnUserUpdated_FilterMatches() local
426 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesDifferentProvider_Filters() local
447 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesProviderWithSemiColon_FilterMatches() local
465 PackageSetting calling = simulateAddPackage(appsFilter, in testQueriesAction_NoMatchingAction_Filters() local
504 PackageSetting calling = simulateAddPackage(appsFilter, in testNoQueries_Filters() local
635 PackageSetting calling = simulateAddPackage(appsFilter, in testForceQueryable_SystemDoesntFilter() local
654 PackageSetting calling = simulateAddPackage(appsFilter, in testForceQueryable_NonSystemFilters() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerInternal.java59 int userId, int processId, @NonNull ComponentName calling); in setVrMode() argument
H A 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()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A 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`.
H A Dfalsing.md121 the type of interaction you are evaluating when calling it. A large set of
H A Dqs-tiles.md148 … opened and the tile is showing. This marks the start of the window when calling `getQSTile` is sa…
353 … calls to its controller here and maybe update its state immediately (by calling `QSTileImpl#refre…
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/
H A Dmediaprojection.md14 `MediaProjectionManagerService` should never lock when calling into a service that may acquire
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A 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):
/aosp14/frameworks/base/services/tests/PackageManagerComponentOverrideTests/
H A DAndroid.bp17 // NOTE: This test is separate from service tests since it relies on same vs different calling UID,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
H A DREADME.md16 External clients notify System UI about the transfer status by calling `@SystemApi`s in
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/
H A DREADME.txt46 * The instrumentation test can collect that time by calling getReceivedTimeNs("tag") and
/aosp14/frameworks/base/core/proto/android/net/
H A Dnetworkrequest.proto67 // the default network of the calling application.
/aosp14/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md21 …will pass in a SurfaceSyncGroup object and then they are responsible for calling markSyncReady for…
23 When calling addToSync with either AttachedSurfaceControl or SurfaceView, it must be called on the …
/aosp14/frameworks/base/packages/SystemUI/
H A DREADME.md91 calling StatusManager and waiting for the call to come back to IStatusBar.
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.md77 in the temp-allowlist (by calling `DeviceIdleInternal.addPowerSaveTempWhitelistApp()`)
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DREADME.md129 locks of higher-order mutexes, we must not be holding a local mutex while calling down. The proper
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto2061 // of calling package.
2070 // action pass package name of calling package.
2798 // OPEN: Settings > User > Enable calling dialog
2801 // OPEN: Settings > User > Enable calling and sms dialog
4966 // OPEN: Settings > Network & Internet > Mobile network > Wi-Fi calling
4970 // ACTION: Settings > Network & Internet > Mobile network > Carrier video calling
5079 // OPEN: Settings > Network & Internet > Mobile network > Wi-Fi calling
6312 // FIELD: Real calling UID
6318 // FIELD: Real calling UID proc state
6324 // FIELD: Real calling UID has any visible window
[all …]
/aosp14/system/core/init/
H A DREADME.md997 This option will send SIGSTOP to a service immediately before calling exec. This gives a window
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt963 …Methods calling system APIs should rethrow `RemoteException` as `RuntimeException` (but do not lis…
H A Dcurrent.txt12727 … field public static final String FEATURE_TELEPHONY_CALLING = "android.hardware.telephony.calling";