/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | icmpv6.h | 47 __u8 reserved : 3, router_pref : 2, home_agent : 1, other : 1, managed : 1; member 49 __u8 managed : 1, other : 1, home_agent : 1, router_pref : 2, reserved : 3; member 68 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
|
/aosp12/packages/services/Car/car-admin-ui-lib/ |
H A D | README.md | 1 This library contains UI elements used to show information about managed 2 devices or users (for example, devices managed by a device owner app).
|
/aosp12/packages/apps/ManagedProvisioning/tests/ |
H A D | README | 2 $ runtest managed-provisioning 8 $ runtest -c com.android.managedprovisioning.<class> -m <method> managed-provisioning
|
/aosp12/frameworks/base/core/api/ |
H A D | OWNERS | 1 # API changes are managed via Prolog rules, not OWNERS
|
/aosp12/frameworks/base/core/java/android/app/trust/ |
H A D | ITrustListener.aidl | 26 void onTrustManagedChanged(boolean managed, int userId); in onTrustManagedChanged() argument
|
H A D | TrustManager.java | 152 public void onTrustManagedChanged(boolean managed, int userId) { in registerTrustListener() 153 mHandler.obtainMessage(MSG_TRUST_MANAGED_CHANGED, (managed ? 1 : 0), userId, in registerTrustListener()
|
/aosp12/frameworks/base/services/api/ |
H A D | OWNERS | 3 # API changes are managed via Prolog rules, not OWNERS
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | vold_prepare_subdirs.te | 1 # SELinux directory creation and labelling for vold-managed directories
|
H A D | tombstoned.te | 20 # separate file, and these files are managed by tombstoned.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | vold_prepare_subdirs.te | 1 # SELinux directory creation and labelling for vold-managed directories
|
H A D | tombstoned.te | 15 # separate file, and these files are managed by tombstoned.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | vold_prepare_subdirs.te | 1 # SELinux directory creation and labelling for vold-managed directories
|
H A D | tombstoned.te | 15 # separate file, and these files are managed by tombstoned.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | vold_prepare_subdirs.te | 1 # SELinux directory creation and labelling for vold-managed directories
|
H A D | tombstoned.te | 15 # separate file, and these files are managed by tombstoned.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | vold_prepare_subdirs.te | 1 # SELinux directory creation and labelling for vold-managed directories
|
H A D | tombstoned.te | 15 # separate file, and these files are managed by tombstoned.
|
/aosp12/system/sepolicy/public/ |
H A D | vold_prepare_subdirs.te | 1 # SELinux directory creation and labelling for vold-managed directories
|
H A D | tombstoned.te | 15 # separate file, and these files are managed by tombstoned.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | app.te | 2 # Read system properties managed by zygote.
|
/aosp12/system/bt/doc/ |
H A D | power_management.md | 10 Power states are managed per-device, per-profile, so every incoming event 35 Overall power states are managed *per device*, not per connection, but the power 87 managed are tracked in a global array called `bta_dm_conn_srvcs`. Unfortunately, 107 connection if it's supposed to be managed according to the power spec 114 - `bta_dm_pm_ssr` iterates the managed services array to find all connected 121 - For each managed connection, `bta_dm_pm_set_mode` grabs
|
/aosp12/frameworks/base/services/core/java/com/android/server/trust/ |
H A D | TrustManagerService.java | 397 boolean managed = aggregateIsTrustManaged(userId); in updateTrust() 398 dispatchOnTrustManagedChanged(managed, userId); in updateTrust() 400 && isTrustUsuallyManagedInternal(userId) != managed) { in updateTrust() 401 updateTrustUsuallyManaged(userId, managed); in updateTrust() 442 private void updateTrustUsuallyManaged(int userId, boolean managed) { in updateTrustUsuallyManaged() argument 444 mTrustUsuallyManagedForUser.put(userId, managed); in updateTrustUsuallyManaged() 1015 private void dispatchOnTrustManagedChanged(boolean managed, int userId) { in dispatchOnTrustManagedChanged() argument 1017 Log.i(TAG, "onTrustManagedChanged(" + managed + ", " + userId + ")"); in dispatchOnTrustManagedChanged() 1021 mTrustListeners.get(i).onTrustManagedChanged(managed, userId); in dispatchOnTrustManagedChanged()
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | tombstoned.te | 20 # separate file, and these files are managed by tombstoned.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | attributes | 79 # All types used for services managed by servicemanager. 84 # All types used for services managed by hwservicemanager 95 # All types used for services managed by vndservicemanager
|
/aosp12/hardware/interfaces/light/2.0/ |
H A D | types.hal | 45 * Light brightness is managed by a user setting. 50 * Light brightness is managed by a light sensor.
|