Home
last modified time | relevance | path

Searched refs:Rpc (Results 1 – 25 of 80) sorted by relevance

1234

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java64 import com.googlecode.android_scripting.rpc.Rpc;
127 @Rpc(description = "Resets TelephonyManager settings to factory default.")
136 @Rpc(description = "Set network preference.")
143 @Rpc(description = "Set network preference for subscription.")
161 @Rpc(description = "Set network selection mode to automatic for subscriber.")
167 @Rpc(description = "Get network preference.")
173 @Rpc(description = "Get network preference for subscription.")
180 @Rpc(description = "Get current voice network type")
186 @Rpc(description = "Get current voice network type for subscription")
193 @Rpc(description = "Get current data network type")
[all …]
DTelecomCallFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
58 @Rpc(description = "Get call by particular Id")
73 @Rpc(description = "Disconnect call by callId.")
80 @Rpc(description = "Hold call by callId")
87 @Rpc(description = "Merge call to conference by callId")
94 @Rpc(description = "Split call from conference by callId.")
101 @Rpc(description = "Unhold call by callId")
108 @Rpc(description = "Mute in-service call")
113 @Rpc(description = "Unmute in-service call")
118 @Rpc(description = "Joins two calls into a conference call. "
[all …]
DTelecomManagerFacade.java43 import com.googlecode.android_scripting.rpc.Rpc;
76 @Rpc(description = "If there's a ringing call, accept on behalf of the user.")
97 @Rpc(description = "Removes the missed-call notification if one is present.")
102 @Rpc(description = "Remove all Accounts that belong to the calling package from the system.")
107 @Rpc(description = "End an ongoing call.")
112 @Rpc(description = "Get a list of all PhoneAccounts.")
117 @Rpc(description = "Get the current call state.")
123 @Rpc(description = "Get the current tty mode.")
129 @Rpc(description = "Bring incallUI to foreground.")
138 @Rpc(description = "Get the list of PhoneAccountHandles with calling capability.")
[all …]
DImsManagerFacade.java29 import com.googlecode.android_scripting.rpc.Rpc;
52 @Rpc(description = "Resets ImsManager settings to factory default.")
57 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by platform.")
62 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by user.")
67 @Rpc(description = "Set Enhanced 4G mode.")
73 @Rpc(description = "Check for VoLTE Provisioning.")
78 @Rpc(description = "Set Modem Provisioning for VoLTE")
91 @Rpc(description = "Return True if WiFi Calling is enabled for platform.")
96 @Rpc(description = "Set whether or not WFC is enabled during roaming")
104 @Rpc(description = "Return True if WiFi Calling is enabled during roaming.")
[all …]
DSubscriptionManagerFacade.java26 import com.googlecode.android_scripting.rpc.Rpc;
47 @Rpc(description = "Return the default subscription ID")
52 @Rpc(description = "Return the default data subscription ID")
57 @Rpc(description = "Set the default data subscription ID")
64 @Rpc(description = "Return the default voice subscription ID")
69 @Rpc(description = "Set the default voice subscription ID")
76 @Rpc(description = "Return the default sms subscription ID")
81 @Rpc(description = "Set the default sms subscription ID")
88 @Rpc(description = "Return a List of all Subscription Info Records")
93 @Rpc(description = "Return a List of all Active Subscription Info Records")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DSettingsFacade.java42 import com.googlecode.android_scripting.rpc.Rpc;
88 @Rpc(description = "Sets the screen timeout to this number of seconds.",
97 @Rpc(description = "Returns the current screen timeout in seconds.",
108 @Rpc(description = "Checks the ringer silent mode setting.",
114 @Rpc(description = "Toggles ringer silent mode on and off.",
126 @Rpc(description = "Set the ringer to a specified mode")
135 @Rpc(description = "Returns the current ringtone mode.",
141 @Rpc(description = "Returns the maximum ringer volume.")
146 @Rpc(description = "Returns the current ringer volume.")
151 @Rpc(description = "Sets the ringer volume.")
[all …]
DConnectivityManagerFacade.java48 import com.googlecode.android_scripting.rpc.Rpc;
461 @Rpc(description = "Listen for connectivity changes")
470 @Rpc(description = "start natt keep alive")
500 @Rpc(description = "stop natt keep alive")
515 @Rpc(description = "remove PacketKeepaliveReceiver key")
520 @Rpc(description = "start listening for NattKeepalive Event")
536 @Rpc(description = "stop listening for NattKeepalive Event")
552 @Rpc(description = "start listening for NetworkCallback Event")
567 @Rpc(description = "stop listening for NetworkCallback Event")
582 @Rpc(description = "Set Rssi Threshold Monitor")
[all …]
DAndroidFacade.java54 import com.googlecode.android_scripting.rpc.Rpc;
415 @Rpc(description = "Starts an activity and returns the result.",
437 @Rpc(description = "Starts an activity and returns the result.",
483 @Rpc(description = "Put a text string in the clipboard.")
492 @Rpc(description = "Get the device serial number.")
497 @Rpc(description = "Get the name of system bootloader version number.")
502 @Rpc(description = "Get the name of the industrial design.")
507 @Rpc(description = "Get the build ID string meant for displaying to the user")
512 @Rpc(description = "Get the string that uniquely identifies this build.")
517 @Rpc(description = "Get the name of the hardware (from the kernel command "
[all …]
DBatteryManagerFacade.java29 import com.googlecode.android_scripting.rpc.Rpc;
123 @Rpc(description = "Returns the most recently recorded battery data.")
131 @Rpc(description = "Starts tracking battery state.")
142 @Rpc(description = "Stops tracking battery state.")
157 @Rpc(description = "Returns the most recently received battery status data:" + "\n1 - unknown;"
163 @Rpc(description = "Returns the most recently received battery health data:" + "\n1 - unknown;"
175 @Rpc(description = "Returns the most recently received plug type data:" + "\n-1 - unknown"
182 @Rpc(description = "Returns the most recently received battery presence data.")
187 @Rpc(description = "Returns the most recently received battery level (percentage).")
196 @Rpc(description = "Returns the most recently received battery voltage.")
[all …]
DActivityResultFacade.java24 import com.googlecode.android_scripting.rpc.Rpc;
51 @Rpc(description = sRpcDescription)
63 @Rpc(description = sRpcDescription)
75 @Rpc(description = sRpcDescription)
87 @Rpc(description = sRpcDescription)
99 @Rpc(description = sRpcDescription)
111 @Rpc(description = sRpcDescription)
123 @Rpc(description = sRpcDescription)
135 @Rpc(description = sRpcDescription)
147 @Rpc(description = sRpcDescription)
[all …]
DApplicationManagerFacade.java29 import com.googlecode.android_scripting.rpc.Rpc;
63 @Rpc(description = "Returns a list of all launchable application class names.")
75 @Rpc(description = "Start activity with the given class name.")
83 @Rpc(description = "Start activity with the given class name with result")
91 @Rpc(description = "Launch the specified app.")
97 @Rpc(description = "Launch activity for result with intent")
108 @Rpc(description = "Create intent given the class name")
117 @Rpc(description = "Get UID of a package")
129 @Rpc(description = "Kill the specified app.")
143 @Rpc(description = "Returns a list of packages running activities or services.",
[all …]
DCommonIntentsFacade.java27 import com.googlecode.android_scripting.rpc.Rpc;
55 …@Rpc(description = "Display content to be picked by URI (e.g. contacts)", returns = "A map of resu…
60 …@Rpc(description = "Starts the barcode scanner.", returns = "A Map representation of the result In…
77 @Rpc(description = "Start activity with view action by URI (i.e. browser, contacts, etc.).")
86 @Rpc(description = "Opens a map search for query (e.g. pizza, 123 My Street).")
92 @Rpc(description = "Opens the list of contacts.")
97 @Rpc(description = "Opens the browser to display a local HTML file.")
105 @Rpc(description = "Starts a search for the given query.")
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java35 import com.googlecode.android_scripting.rpc.Rpc;
221 @Rpc(description = "Requests that the device be made connectable.")
227 @Rpc(description = "Requests that the device be discoverable for Bluetooth connections.")
239 @Rpc(description = "Requests that the device be not discoverable.")
245 @Rpc(description = "Queries a remote device for it's name or null if it can't be resolved")
258 @Rpc(description = "Fetch UUIDS with SDP")
271 @Rpc(description = "Get local Bluetooth device name")
276 @Rpc(description = "Sets the Bluetooth visible device name", returns = "true on success")
283 @Rpc(description = "Returns the hardware address of the local Bluetooth adapter. ")
288 @Rpc(description = "Returns the UUIDs supported by local Bluetooth adapter.")
[all …]
DBluetoothRfcommFacade.java18 import com.googlecode.android_scripting.rpc.Rpc;
45 @Rpc(description = "Create L2CAP socket to Bluetooth deice")
58 @Rpc(description = "Create RFCOMM socket to Bluetooth deice")
71 @Rpc(description = "Begins a thread initiate an Rfcomm connection over Bluetooth. ")
85 @Rpc(description = "Kill thread")
93 @Rpc(description = "Close an active Rfcomm Client socket")
101 @Rpc(description = "Close an active Rfcomm Server socket")
109 @Rpc(description = "Returns active Bluetooth mConnections.")
117 @Rpc(description = "Returns the name of the connected device.")
128 @Rpc(description = "Begins a thread to accept an Rfcomm connection over Bluetooth. ")
[all …]
DBluetoothLeScanFacade.java37 import com.googlecode.android_scripting.rpc.Rpc;
94 @Rpc(description = "Generate a new myScanCallback Object")
108 @Rpc(description = "Generate a new myScanCallback Object")
122 @Rpc(description = "Generate a new Filter list")
135 @Rpc(description = "Generate a new Filter list")
150 @Rpc(description = "Generate a new scan settings Object")
165 @Rpc(description = "Stops an ongoing ble advertisement scan")
184 @Rpc(description = "Stops an ongoing classic ble scan")
203 @Rpc(description = "Starts a ble advertisement scan")
243 @Rpc(description = "Starts a classic ble advertisement scan")
[all …]
DBluetoothLeAdvertiseFacade.java34 import com.googlecode.android_scripting.rpc.Rpc;
85 @Rpc(description = "Generate a new myAdvertisement Object")
100 @Rpc(description =
116 @Rpc(description =
134 @Rpc(description = "Stops an ongoing ble advertisement")
156 @Rpc(description = "Starts ble advertisement")
201 @Rpc(description = "Starts ble advertisement")
253 @Rpc(description = "Get ble advertisement settings mode")
273 @Rpc(description = "Get ble advertisement settings tx power level")
293 @Rpc(description = "Get ble advertisement settings isConnectable value")
[all …]
DBluetoothHidFacade.java37 import com.googlecode.android_scripting.rpc.Rpc;
172 @Rpc(description = "Is Hid profile ready.")
182 @Rpc(description = "Connect to an HID device.")
200 @Rpc(description = "Disconnect an HID device.")
217 @Rpc(description = "Get all the devices connected through HID.")
228 @Rpc(description = "Get the connection status of a device.")
251 @Rpc(description =
276 @Rpc(description = "Send Get_Report command to the connected HID input device.")
301 @Rpc(description = "Send data to a connected HID device.")
320 @Rpc(description = "Send virtual unplug to a connected HID device.")
[all …]
DBluetoothHspFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
105 @Rpc(description = "Is Hsp profile ready.")
115 @Rpc(description = "Set priority of the profile.")
133 @Rpc(description = "Connect to an HSP device.")
150 @Rpc(description = "Disconnect an HSP device.")
165 @Rpc(description = "Get all the devices connected through HSP.")
176 @Rpc(description = "Get the connection status of a device.")
200 @Rpc(description = "Force SCO audio connection on DUT.")
217 @Rpc(description = "Connect SCO audio for a remote device.")
246 @Rpc(description = "Disconnect SCO audio for a remote device")
[all …]
DGattServerFacade.java37 import com.googlecode.android_scripting.rpc.Rpc;
94 @Rpc(description = "Open new gatt server")
117 @Rpc(description = "Add service to bluetooth gatt server")
137 @Rpc(description = "Clear services from bluetooth gatt server")
153 @Rpc(description = "Return a list of connected gatt devices.")
176 @Rpc(description = "Send a response after a write.")
207 @Rpc(description = "Notify that characteristic was changed.")
250 @Rpc(description = "Notify that characteristic was changed by Instance Id.")
291 @Rpc(description = "Create new bluetooth gatt service")
308 @Rpc(description = "Add a characteristic to a bluetooth gatt service")
[all …]
DBluetoothHfpClientFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
93 @Rpc(description = "Is HfpClient profile ready.")
103 @Rpc(description = "Set priority of the profile")
124 @Rpc(description = "Get priority of the profile")
140 @Rpc(description = "Connect to an HFP Client device.")
164 @Rpc(description = "Disconnect an HFP Client device.")
187 @Rpc(description = "Get all the devices connected through HFP Client.")
198 @Rpc(description = "Get the connection status of a device.")
223 @Rpc(description = "Get all the devices connected through HFP Client.")
246 @Rpc(description = "Start Remote device Voice Recognition through HFP Client.")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java35 import com.googlecode.android_scripting.rpc.Rpc;
153 @Rpc(description = "Create a text input dialog.")
168 @Rpc(description = "Create a password input dialog.")
190 @Rpc(description = "Queries the user for a text input.")
209 @Rpc(description = "Queries the user for a password.")
226 @Rpc(description = "Create a spinner progress dialog.")
234 @Rpc(description = "Create a horizontal progress dialog.")
270 @Rpc(description = "Create alert dialog.")
286 @Rpc(description = "Create seek bar dialog.")
295 @Rpc(description = "Create time picker dialog.")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java73 import com.googlecode.android_scripting.rpc.Rpc;
805 @Rpc(description = "test.")
819 @Rpc(description = "Add a network.")
826 @Rpc(description = "Add or update a network.")
832 @Rpc(description = "Cancel Wi-fi Protected Setup.")
838 @Rpc(description = "Checks Wifi state.", returns = "True if Wifi is enabled.")
846 @Rpc(description = "Connects to the network with the given configuration")
863 @Rpc(description = "Connects to the network with the given configuration")
881 @Rpc(description = "Connects to the network with the given configuration")
902 …@Rpc(description = "Gets the Wi-Fi factory MAC addresses", returns = "An array of String, represen…
[all …]
DWifiP2pManagerFacade.java50 import com.googlecode.android_scripting.rpc.Rpc;
375 @Rpc(description = "Accept p2p connection invitation.")
385 @Rpc(description = "Reject p2p connection invitation.")
398 @Rpc(description = "Confirm p2p keypad connection invitation.")
408 …@Rpc(description = "Register a local service for service discovery. One of the \"CreateXxxServiceI…
414 @Rpc(description = "Add a service discovery request.")
429 @Rpc(description = "Add a service upnp discovery request.")
453 @Rpc(description = "Add a service dns discovery request.")
470 @Rpc(description = "Cancel any ongoing connect negotiation.")
475 @Rpc(description = "Clear all registered local services of service discovery.")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
DSocketFacade.java26 import com.googlecode.android_scripting.rpc.Rpc;
150 @Rpc(description = "Open TCP socket & connect to server")
175 @Rpc(description = "Close TCP client socket")
198 @Rpc(description = "Open TCP server socket and accept connection")
217 @Rpc(description = "Close TCP server socket")
242 @Rpc(description = "Get the TCP Server socket port number")
257 @Rpc(description = "Accept connection")
277 @Rpc(description = "Send data from client")
299 @Rpc(description = "Recv data from client")
329 @Rpc(description = "Open datagram socket")
[all …]
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java158 new Rpc(transport).halfClose().waitForResponse(); in addDefaultUserAgent()
195 new Rpc(transport, new Metadata()).halfClose().waitForResponse(); in overrideDefaultUserAgent()
214 new Rpc(transport).halfClose().waitForResponse(); in maxMessageSizeShouldBeEnforced()
239 final List<Rpc> rpcs = new ArrayList<>(transports.size()); in creatingMultipleTlsTransportsShouldSucceed()
241 rpcs.add(new Rpc(transport).halfClose()); in creatingMultipleTlsTransportsShouldSucceed()
245 for (Rpc rpc : rpcs) { in creatingMultipleTlsTransportsShouldSucceed()
267 Rpc rpc = new Rpc(transport).halfClose(); in negotiationFailurePropagatesToStatus()
300 Rpc rpc = new Rpc(transport).halfClose(); in tlsNegotiationFailurePropagatesToStatus()
323 Rpc rpc = new Rpc(transport).halfClose(); in channelExceptionDuringNegotiatonPropagatesToStatus()
354 Rpc rpc = new Rpc(transport).halfClose(); in handlerExceptionDuringNegotiatonPropagatesToStatus()
[all …]

1234