Home
last modified time | relevance | path

Searched refs:delegation (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/audio/aconfig/
Daudio_framework.aconfig49 "Audio focus gain requires FGS or delegation to "
111 "Audio focus gain requires FGS or delegation to "
/frameworks/base/core/java/android/view/inputmethod/
Dflags.aconfig43 …description: "Feature flag for supporting stylus handwriting delegation from RemoteViews on the ho…
/frameworks/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto31 // IPv6 provisioning is triggered from heuristic DHCPv6 prefix delegation.
/frameworks/base/packages/SettingsLib/DataStore/
DREADME.md75 delegation to simplify the code.
/frameworks/layoutlib/create/
DREADME.txt198 version of Paint can still use (either by inheritance or delegation) all the original non-native
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java9143 ForegroundServiceDelegation delegation = mFgsDelegations.keyAt(i); in startForegroundServiceDelegateLocked() local
9144 if (delegation.mOptions.isSameDelegate(options)) { in startForegroundServiceDelegateLocked()
9196 final ForegroundServiceDelegation delegation = in startForegroundServiceDelegateLocked() local
9198 r.mFgsDelegation = delegation; in startForegroundServiceDelegateLocked()
9199 mFgsDelegations.put(delegation, r); in startForegroundServiceDelegateLocked()
9239 connection.onServiceConnected(cn, delegation.mBinder); in startForegroundServiceDelegateLocked()
/frameworks/base/core/api/
Dcurrent.txt8286 field public static final String DELEGATION_APP_RESTRICTIONS = "delegation-app-restrictions";
8287 field public static final String DELEGATION_BLOCK_UNINSTALL = "delegation-block-uninstall";
8288 field public static final String DELEGATION_CERT_INSTALL = "delegation-cert-install";
8289 field public static final String DELEGATION_CERT_SELECTION = "delegation-cert-selection";
8290 field public static final String DELEGATION_ENABLE_SYSTEM_APP = "delegation-enable-system-app";
8291 …field public static final String DELEGATION_INSTALL_EXISTING_PACKAGE = "delegation-install-existin…
8292 …field public static final String DELEGATION_KEEP_UNINSTALLED_PACKAGES = "delegation-keep-uninstall…
8293 field public static final String DELEGATION_NETWORK_LOGGING = "delegation-network-logging";
8294 field public static final String DELEGATION_PACKAGE_ACCESS = "delegation-package-access";
8295 field public static final String DELEGATION_PERMISSION_GRANT = "delegation-permission-grant";
[all …]