/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
H A D | HfpClientConference.java | 36 boolean manage = HfpClientConnectionService.hasHfpClientEcc(client, device); in HfpClientConference() 38 Connection.CAPABILITY_SUPPORT_HOLD | Connection.CAPABILITY_HOLD | (manage in HfpClientConference()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | README | 1 Code to manage and handle phone calls etc, approximately migrated from
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/ |
H A D | HOW_TO.md | 47 …ttps://firebase.google.com/docs/functions/manage-functions](hhttps://firebase.google.com/docs/func…
|
/aosp12/frameworks/base/packages/SettingsLib/ |
H A D | OWNERS | 11 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
|
/aosp12/packages/apps/Settings/ |
H A D | OWNERS | 18 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
|
/aosp12/bionic/libc/async_safe/ |
H A D | README.md | 5 Note that the liblog implementation connects a single socket to logd and uses a RWLock to manage
|
/aosp12/libnativehelper/ |
H A D | README.md | 30 manage the lifetime of local references and `ScopedUtfChars` to manage
|
/aosp12/hardware/interfaces/tv/tuner/1.1/ |
H A D | ITuner.hal | 24 * Top level interface to manage Frontend, Demux and Decrambler hardware
|
/aosp12/frameworks/base/packages/SystemUI/docs/keyguard/ |
H A D | bouncer.md | 7 …erarchy of controllers/views to render the user's security method and to manage the authentication…
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | IBurstContext.hal | 20 * Context object to manage the resources of a burst.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | recovery.te | 28 # These are needed to allow recovery to manage network
|
H A D | vold.te | 37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | recovery.te | 28 # These are needed to allow recovery to manage network
|
H A D | vold.te | 37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
|
/aosp12/system/sepolicy/private/ |
H A D | recovery.te | 28 # These are needed to allow recovery to manage network
|
H A D | vold.te | 37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
|
/aosp12/hardware/interfaces/cas/1.1/ |
H A D | ICas.hal | 24 * Java and native level. It is used to manage sessions, provision/refresh
|
/aosp12/hardware/interfaces/cas/1.2/ |
H A D | ICas.hal | 27 * Java and native level. It is used to manage sessions, provision/refresh
|
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/ |
H A D | IEventQueue.hal | 20 * An IEventQueue is an interface to manage an event queue created by
|
/aosp12/hardware/interfaces/camera/device/1.0/ |
H A D | ICameraDevice.hal | 280 * responsibility to manage the life-cycle of the video recording frames, 307 * responsibility to manage the life-cycle of the video recording frames. 322 * responsibility to manage the life-cycle of the video recording frames. 338 * responsibility to manage the life-cycle of the video recording frames.
|
/aosp12/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
H A D | ManageDialog.java | 66 View view = View.inflate(this, R.layout.manage, null); in onCreate()
|
/aosp12/hardware/interfaces/automotive/audiocontrol/1.0/ |
H A D | IAudioControl.hal | 21 * Interacts with the car's audio subsystem to manage audio sources and volumes
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | AbstractActionHandler.java | 504 Intent manage = new Intent(DocumentsContract.ACTION_MANAGE_DOCUMENT); in manageDocument() local 505 manage.setData(doc.getDocumentUri()); in manageDocument() 507 doc.userId.startActivityAsUser(mActivity, manage); in manageDocument()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | README.txt | 1 This package contains classes used to manage a DataConnection.
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadStorageProvider.java | 323 String sortOrder, boolean manage) throws FileNotFoundException { in queryChildDocuments() argument 339 getMediaStoreIdString(parentDocId), NO_LIMIT, manage); in queryChildDocuments() 342 if (manage) { in queryChildDocuments() 357 null /* parentId */, NO_LIMIT, manage); in queryChildDocuments()
|