Home
last modified time | relevance | path

Searched refs:manage (Results 1 – 25 of 79) sorted by relevance

1234

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConference.java36 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 DREADME1 Code to manage and handle phone calls etc, approximately migrated from
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/
H A DHOW_TO.md47 …ttps://firebase.google.com/docs/functions/manage-functions](hhttps://firebase.google.com/docs/func…
/aosp12/frameworks/base/packages/SettingsLib/
H A DOWNERS11 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
/aosp12/packages/apps/Settings/
H A DOWNERS18 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
/aosp12/bionic/libc/async_safe/
H A DREADME.md5 Note that the liblog implementation connects a single socket to logd and uses a RWLock to manage
/aosp12/libnativehelper/
H A DREADME.md30 manage the lifetime of local references and `ScopedUtfChars` to manage
/aosp12/hardware/interfaces/tv/tuner/1.1/
H A DITuner.hal24 * Top level interface to manage Frontend, Demux and Decrambler hardware
/aosp12/frameworks/base/packages/SystemUI/docs/keyguard/
H A Dbouncer.md7 …erarchy of controllers/views to render the user's security method and to manage the authentication…
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A DIBurstContext.hal20 * Context object to manage the resources of a burst.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Drecovery.te28 # These are needed to allow recovery to manage network
H A Dvold.te37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Drecovery.te28 # These are needed to allow recovery to manage network
H A Dvold.te37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
/aosp12/system/sepolicy/private/
H A Drecovery.te28 # These are needed to allow recovery to manage network
H A Dvold.te37 # to manage its Keymint blobs. This is why it needs the `manage_blob` permission.
/aosp12/hardware/interfaces/cas/1.1/
H A DICas.hal24 * Java and native level. It is used to manage sessions, provision/refresh
/aosp12/hardware/interfaces/cas/1.2/
H A DICas.hal27 * Java and native level. It is used to manage sessions, provision/refresh
/aosp12/frameworks/hardware/interfaces/sensorservice/1.0/
H A DIEventQueue.hal20 * An IEventQueue is an interface to manage an event queue created by
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDevice.hal280 * 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 DManageDialog.java66 View view = View.inflate(this, R.layout.manage, null); in onCreate()
/aosp12/hardware/interfaces/automotive/audiocontrol/1.0/
H A DIAudioControl.hal21 * Interacts with the car's audio subsystem to manage audio sources and volumes
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DAbstractActionHandler.java504 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 DREADME.txt1 This package contains classes used to manage a DataConnection.
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java323 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()

1234