Searched refs:via (Results 1 – 25 of 118) sorted by relevance
12345
/packages/apps/Dialer/java/com/android/dialer/callintent/ |
D | call_initiation_type.proto | 27 // Call placed via a search result returned by typing into the dialpad. 30 // Call placed via a search result returned by typing into the search box. 33 // Call placed via the call log fragment displayed in the main Dialer 37 // Call placed via a call log fragment displaying a filtered list of 41 // Call placed via the call log fragment containing voicemails only. 44 // Call placed via the call details screen 47 // Call placed via the quick contacts card 51 // via third party app)
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | contact_lookup_result.proto | 33 // Phone number was identified via the places part of the People API. 36 // Phone number was identified via the profile part of the People API. 48 // via a custom extended directory. 52 // via the places part of the People API. 56 // via the profile part of the People API. 60 // via Caller Name Presentation (CNAP) information. Calls in this 65 // via Cequint caller ID. 103 // Number was identified via Cequint caller ID.
|
D | screen_event.proto | 37 // The "Import/export contacts" dialog launched via the overflow menu. 40 // The "Clear frequents" dialog launched via the overflow menu. 43 // The "Send feedback" dialog launched via the overflow menu.
|
D | contact_source.proto | 27 // Business number found via the People API 30 // Non-business number found via the People API
|
/packages/modules/adb/docs/user/ |
D | trace.md | 6 restarting adb via `adb kill-server ; adb server`. 21 Add the global variable via the `System Properties` window. 28 Shutdown adb server via command `adb kill-server`. Close the current terminal, 29 open a new one, and start adb server via `adb server`.
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/ |
D | phone_lookup_info.proto | 73 // This is because we lookup contacts in other directories via 91 // Information about a contact in the default directory, retrieved via CP2. 95 // Information about a contact in other directories, retrieved via CP2. 158 // Information obtained via CNAP 166 // Information obtained via Cequint
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sip/ |
D | SipUtils.java | 264 Via via = (Via) invite.getTopmostVia().clone(); in buildBye() local 265 via.removeParameter("branch"); in buildBye() 266 via.setBranch(Utils.getInstance().generateBranchId()); in buildBye() 267 request.addHeader(via); in buildBye()
|
/packages/modules/adb/proto/ |
D | Android.bp | 54 // This needs to be visible to minadbd, even though it's removed via exclude_shared_libs. 109 // This needs to be visible to minadbd, even though it's removed via exclude_shared_libs.
|
/packages/modules/Bluetooth/system/stack/mmc/ |
D | README.md | 32 ### 4. Access the interface via [`CodecClient`](https://cs.android.com/android/platform/superprojec… 34 * BT process accesses codec implementations via `CodecClient`.
|
/packages/modules/GeoTZ/app/ |
D | proguard.txt | 1 # Loaded via reflection
|
/packages/services/Car/tools/emulator/ |
D | README.md | 10 * It sends and receives messages to/from the Vehicle HAL via port forwarding 17 * vhal_emulator_test.py tests the Vehicle HAL via adb socket.
|
/packages/modules/Connectivity/service/ |
D | jarjar-excludes.txt | 1 # Classes loaded by SystemServer via their hardcoded name, so they can't be jarjared
|
/packages/modules/OnDevicePersonalization/federatedcompute/apk/ |
D | proguard.flags | 1 # Keep all impl classes referenced via JNI.
|
/packages/modules/Virtualization/tests/testapk/ |
D | Android.bp | 10 // the permissions via signature and can't reliably disclaim 12 // Created via: development/tools/make_key microdroid_test_app '/CN=microdroid_test_app'
|
/packages/apps/TV/ |
D | proguard.flags | 39 # Configuration of proguard via annotations. Apply them to 69 # Grpc used by epg via reflection
|
/packages/modules/adb/ |
D | README.md | 34 …ect onto from the Host side. The Client must always initiate communication via a human readable re… 36 …via a Transport. adb initially targeted devices connecting over USB, which is restricted to a fixe…
|
/packages/services/Telecomm/flags/ |
D | telecom_resolve_hidden_dependencies.aconfig | 16 …ption: "Fixed read only flag used for setting up BlockedNumbersManager to be retrieved via context"
|
D | telecom_call_flags.aconfig | 8 description: "verify connection service callbacks via a transaction"
|
/packages/modules/Bluetooth/android/app/ |
D | proguard.flags | 4 # Required to support APIs only referenced indirectly via tests.
|
/packages/apps/Nfc/ |
D | proguard.flags | 1 # Keep all impl classes referenced via JNI.
|
/packages/modules/Bluetooth/system/doc/ |
D | power_management.md | 6 `bta/sys` events via a callback. The actual state switching calls are handled 8 code via the BTA workqueue thread. 28 states. Responses are handled in an asynchronous fashion, primarily via the 81 and timeouts of HCI requests (via `bta_dm_pm_btm_status`). 159 `tBTA_DM_PM_BTM_STATUS` struct and posts it to the BTA workqueue thread via
|
/packages/modules/Bluetooth/flags/ |
D | opp.aconfig | 7 description: "Make OPP notification start activities directly from it, not via OppReceiver"
|
/packages/modules/common/ |
D | MODULES_OWNERS | 5 # It should be included in a module OWNERS file via:
|
/packages/modules/Virtualization/vm_payload/ |
D | README.md | 19 The primary .so, which is specified as part of the VM configuration via 55 note that the payload can only host a binder server via
|
/packages/apps/Settings/ |
D | OWNERS | 27 # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
|
12345