/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ConfirmationDialogFragment.java | 221 /** Sets the listeners which listens for the dialog dismissed */ 226 /** Gets the listener which listens for the dialog dismissed */ 232 /** Sets the listener which listens to a click on the positive button. */ 237 /** Gets the listener which listens to a click on the positive button */ 243 /** Sets the listener which listens to a click on the negative button. */ 248 /** Gets the listener which listens to a click on the negative button. */ 254 /** Sets the listener which listens to a click on the neutral button. */ 259 /** Gets the listener which listens to a click on the neutral button. */ 336 /** Listens to the confirmation action. */ 345 /** Listens to the rejection action. */ [all …]
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/datetime/ |
D | TimePickerPreferenceController.java | 53 // ACTION_TIME_CHANGED listens to changes to the autoDatetime toggle to update the time. in TimePickerPreferenceController() 54 // ACTION_TIME_TICK listens to the minute changes to update the shown time. in TimePickerPreferenceController() 55 // ACTION_TIMEZONE_CHANGED listens to time zone changes to update the shown time. in TimePickerPreferenceController() 69 /** Starts the broadcast receiver which listens for time changes */ 76 /** Stops the broadcast receiver which listens for time changes */
|
D | DatePickerPreferenceController.java | 53 // Listens to all three actions because they can all affect the date shown on the in DatePickerPreferenceController() 68 /** Starts the broadcast receiver which listens for time changes */ 75 /** Stops the broadcast receiver which listens for time changes */
|
D | TimeFormatTogglePreferenceController.java | 71 /** Starts the broadcast receiver which listens for time changes */ 74 // Listens to ACTION_TIME_CHANGED because the description needs to be changed based on in onStartInternal() 80 /** Stops the broadcast receiver which listens for time changes */
|
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/telemetry/ |
D | CarTelemetryTestFragment.java | 712 showOutput("Removing MetricsConfig that listens for gear change..."); in onRemoveGearChangeConfigBtnClick() 729 showOutput("Removing MetricsConfig that listens for PROCESS_MEMORY_STATE..."); in onRemoveProcessMemoryConfigBtnClick() 746 showOutput("Removing MetricsConfig that listens for APP_START_MEMORY_STATE_CAPTURED..."); in onRemoveAppStartMemoryStateCapturedConfigBtnClick() 764 showOutput("Removing MetricsConfig that listens for ACTIVITY_FOREGROUND_STATE_CHANGED..."); in onRemoveActivityForegroundStateChangedConfigBtnClick() 782 showOutput("Removing MetricsConfig that listens for PROCESS_CPU_TIME..."); in onRemoveProcessCpuTimeConfigBtnClick() 799 showOutput("Removing MetricsConfig that listens for APP_CRASH_OCCURRED..."); in onRemoveAppCrashOccurredConfigBtnClick() 817 showOutput("Removing MetricsConfig that listens for ANR_OCCURRED..."); in onRemoveAnrOccurredConfigBtnClick() 834 showOutput("Removing MetricsConfig that listens for WTF_OCCURRED..."); in onRemoveWtfOccurredConfigBtnClick() 898 showOutput("Removing MetricsConfig that listens for stats data & connectivity data..."); in onRemoveStatsAndConnectivityConfigBtnClick() 1027 showOutput("Removing MetricsConfig that listens for driving sessions..."); in onRemoveDrivingSessionsConfigBtnClick() [all …]
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrDataManager.java | 169 /** Listens for the DVR schedules loading finished. */ 174 /** Listens for the recorded program loading finished. */ 179 /** Listens for changes to {@link ScheduledRecording}s. */ 193 /** Listens for changes to {@link SeriesRecording}s. */ 202 /** Listens for changes to {@link RecordedProgram}s. */
|
/aosp_15_r20/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/ |
H A D | AndroidManifest.xml | 62 <!-- BroadcastReceiver that listens for incoming SMS messages --> 76 <!-- BroadcastReceiver that listens for incoming SMS messages --> 89 <!-- BroadcastReceiver that listens for incoming MMS messages --> 104 <!-- BroadcastReceiver that listens for incoming MMS messages -->
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
H A D | BidiStreamingCallable.java | 57 * Listens to server responses and send requests when the network is free. Example usage: 100 /** Listens to server responses and send requests when the network is free. */ 140 * Send requests to the server and listens to responses. 173 /** Send requests to the server and listens to responses. */
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/ |
D | socket_manager.py | 235 """Listens using L2CAP channel. 244 """Listens using insecure L2CAP channel. 254 """Listens using insecure RFCOMM channel with service record. 267 """Listens using RFCOMM channel with service record.
|
/aosp_15_r20/system/logging/logd/ |
H A D | main.cpp | 255 // LogReader listens on /dev/socket/logdr. When a client in main() 262 // LogListener listens on /dev/socket/logdw for client in main() 270 // Command listener listens on /dev/socket/logd for incoming logd in main() 280 // LogAudit listens on NETLINK_AUDIT socket for selinux in main()
|
/aosp_15_r20/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/ |
D | PresentTestFragment.java | 75 // Listens for displays to be added, changed or removed. 77 // Listens for when presentations are dismissed. 79 // Listens for Info button clicked. 81 // Listens for checked Display changed.
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/ |
D | ProfileSelectDialog.java | 72 * @param onShowListener The listener listens to the dialog showing event. 73 * @param onDismissListener The listener listens to the dialog dismissing event. 74 * @param onCancelListener The listener listens to the dialog cancelling event.
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/http/server/ |
H A D | MockServer.java | 116 /** The server socket which this thread listens and responds to. */ 134 * A daemon thread which runs a simple server that listens to a specific server socket. Whenever 176 * A daemon thread which runs a simple server that listens to a specific server socket. Whenever
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlayTest.kt | 226 // we hide to end the job that listens for the finishedGoingToSleep signal in <lambda>() 254 // we hide to end the job that listens for the finishedGoingToSleep signal in <lambda>() 320 // CLEANUP we hide to end the job that listens for the finishedGoingToSleep signal in <lambda>()
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/ |
D | DataServiceImpl.kt | 125 * Callback flow that listens to changes in the available providers and emits updated list of in <lambda>() 131 * Callback flow that listens to changes in media and emits a [Unit] when change is observed. in <lambda>() 136 * Callback flow that listens to changes in album media and emits a [Pair] of album authority in <lambda>() 312 * Creates a callback flow that listens to changes in the available providers using in <lambda>()
|
/aosp_15_r20/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/ |
H A D | ContainerPort.java | 129 * Port number the container listens on. 619 * Port number the container listens on. 635 * Port number the container listens on. 655 * Port number the container listens on.
|
/aosp_15_r20/external/libchrome/mojo/public/js/ |
H A D | README.md | 80 * `mojo.Binding` owns an `InterfaceRequest`. It listens on the message pipe 134 In the example above, `echoServiceBinding` listens for incoming `EchoInteger` 194 * `mojo.AssociatedBinding` owns an `AssociatedInterfaceRequest`. It listens on
|
/aosp_15_r20/external/libcups/man/ |
H A D | cupsd.conf.5 | 240 Listens to the specified address and port or domain socket path for connections. 344 Listens to the specified port number for connections. 422 Listens on the specified address and port for encrypted connections. 444 Listens on the specified port for encrypted connections.
|
/aosp_15_r20/external/libwebsockets/minimal-examples/raw/ |
H A D | README.md | 9 minimal-raw-proxy|Shows how to set up a vhost so it listens for connections and proxies them to a s… 10 minimal-raw-vhost|Shows how to set up a vhost that listens and accepts RAW socket connections
|
/aosp_15_r20/external/iproute2/man/man8/ |
H A D | rtmon.8 | 3 rtmon \- listens to and monitors RTnetlink 13 listens on
|
H A D | ip-monitor.8 | 63 opens RTNETLINK, listens on it and dumps state changes in the format 82 option is set, the program listens to all network namespaces that have a
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_listener.h | 45 // Called on the server side when a channel that listens for connections in COMPONENT_EXPORT() 49 // Called on the server side when a channel that listens for connections in COMPONENT_EXPORT()
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_listener.h | 45 // Called on the server side when a channel that listens for connections in COMPONENT_EXPORT() 49 // Called on the server side when a channel that listens for connections in COMPONENT_EXPORT()
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/transports/ |
D | index.md | 13 …* [TCP Server](tcp_server.md): listens for a TCP client on a specified port. When a client connect… 15 …* [WebSocket Server](ws_server.md): listens for a WebSocket client on a specified port. When a cli…
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/systemdialogs/ |
D | SystemDialogsViewMediator.java | 33 * A view mediator that listens to events that trigger various system dialogs. 35 * NOTE: Even though {@link com.android.systemui.statusbar.phone.StatusBar} listens to these
|