Home
last modified time | relevance | path

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

123

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java68 import com.googlecode.android_scripting.rpc.Rpc;
131 @Rpc(description = "Set network preference.")
138 @Rpc(description = "Set network preference for subscription.")
152 @Rpc(description = "Get network preference.")
158 @Rpc(description = "Get network preference for subscription.")
165 @Rpc(description = "Get current voice network type")
171 @Rpc(description = "Get current voice network type for subscription")
178 @Rpc(description = "Get current data network type")
184 @Rpc(description = "Get current data network type for subscription")
191 @Rpc(description = "Get if phone have voice capability")
[all …]
DTelecomCallFacade.java34 import com.googlecode.android_scripting.rpc.Rpc;
70 @Rpc(description = "Disconnect call by callId.")
77 @Rpc(description = "Hold call by callId")
84 @Rpc(description = "Merge call to conference by callId")
91 @Rpc(description = "Split call from conference by callId.")
98 @Rpc(description = "Unhold call by callId")
105 @Rpc(description = "Joins two calls into a conference call. "
116 @Rpc(description = "Obtains the current call audio state of the phone.")
121 @Rpc(description = "Lists the IDs (phone numbers or hex hashes) "
126 @Rpc(description = "Get callId's children")
[all …]
DImsManagerFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
50 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by platform.")
55 @Rpc(description = "Return True if Enhanced 4g Lte mode is enabled by user.")
60 @Rpc(description = "Set Enhanced 4G mode.")
66 @Rpc(description = "Check for VoLTE Provisioning.")
71 @Rpc(description = "Set Modem Provisioning for VoLTE")
84 @Rpc(description = "Return True if WiFi Calling is enabled for platform.")
89 @Rpc(description = "Set whether or not WFC is enabled during roaming")
97 @Rpc(description = "Return True if WiFi Calling is enabled during roaming.")
102 @Rpc(description = "Set the Wifi Calling Mode of operation")
[all …]
DTelecomManagerFacade.java47 import com.googlecode.android_scripting.rpc.Rpc;
80 @Rpc(description = "If there's a ringing call, accept on behalf of the user.")
101 @Rpc(description = "Removes the missed-call notification if one is present.")
106 @Rpc(description = "Remove all Accounts that belong to the calling package from the system.")
111 @Rpc(description = "End an ongoing call.")
116 @Rpc(description = "Get a list of all PhoneAccounts.")
121 @Rpc(description = "Get the current call state.")
127 @Rpc(description = "Get the current tty mode.")
133 @Rpc(description = "Bring incallUI to foreground.")
142 @Rpc(description = "Get the list of PhoneAccountHandles with calling capability.")
[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.java37 import com.googlecode.android_scripting.rpc.Rpc;
69 @Rpc(description = "Sets the screen timeout to this number of seconds.",
78 @Rpc(description = "Returns the current screen timeout in seconds.",
89 @Rpc(description = "Checks the ringer silent mode setting.",
95 @Rpc(description = "Toggles ringer silent mode on and off.",
107 @Rpc(description = "Set the ringer to a specified mode")
116 @Rpc(description = "Returns the current ringtone mode.",
122 @Rpc(description = "Returns the maximum ringer volume.")
127 @Rpc(description = "Returns the current ringer volume.")
132 @Rpc(description = "Sets the ringer volume.")
[all …]
DAndroidFacade.java54 import com.googlecode.android_scripting.rpc.Rpc;
412 @Rpc(description = "Starts an activity and returns the result.",
434 @Rpc(description = "Starts an activity and returns the result.",
487 @Rpc(description = "Put a text string in the clipboard.")
496 @Rpc(description = "Get the device serial number.")
501 @Rpc(description = "Get the name of system bootloader version number.")
506 @Rpc(description = "Get the name of the industrial design.")
511 @Rpc(description = "Get the build ID string meant for displaying to the user")
516 @Rpc(description = "Get the string that uniquely identifies this build.")
521 @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 …]
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.")
DConnectivityManagerFacade.java37 import com.googlecode.android_scripting.rpc.Rpc;
423 @Rpc(description = "Listen for connectivity changes")
432 @Rpc(description = "start natt keep alive")
462 @Rpc(description = "stop natt keep alive")
475 @Rpc(description = "start listening for NattKeepalive Event")
491 @Rpc(description = "stop listening for NattKeepalive Event")
507 @Rpc(description = "start listening for NetworkCallback Event")
522 @Rpc(description = "stop listening for NetworkCallback Event")
537 @Rpc(description = "Set Rssi Threshold Monitor")
551 @Rpc(description = "Stop Rssi Threshold Monitor")
[all …]
DEventFacade.java45 import com.googlecode.android_scripting.rpc.Rpc;
93 @Rpc(description = "Clears all events from the event buffer.")
101 @Rpc(description = "Registers a listener for a new broadcast signal")
118 @Rpc(description = "Stop listening for a broadcast signal")
129 @Rpc(description = "Lists all the broadcast signals we are listening for")
159 …@Rpc(description = "Returns and removes the oldest n events (i.e. location or sensor update, etc.)…
174 …@Rpc(description = "Blocks until an event with the supplied name occurs. Event is removed from the…
225 … @Rpc(description = "Blocks until an event occurs. The returned event is removed from the buffer.",
277 @Rpc(description = "Post an event to the event queue.")
322 @Rpc(description = "Post an event to the event queue.")
[all …]
DNfcManagerFacade.java20 import com.googlecode.android_scripting.rpc.Rpc;
67 @Rpc(description = "Check if NFC hardware is enabled.")
72 @Rpc(description = "Asynchronous call to enable NFC hardware.")
77 @Rpc(description = "Asynchronous call to disable NFC hardware.")
82 @Rpc(description = "Start tracking NFC hardware state changes.")
88 @Rpc(description = "Stop tracking NFC hardware state changes.")
DLocationFacade.java30 import com.googlecode.android_scripting.rpc.Rpc;
126 @Rpc(description = "Returns availables providers on the phone")
131 @Rpc(description = "Ask if provider is enabled")
137 @Rpc(description = "Starts collecting location data.")
148 …@Rpc(description = "Returns the current location as indicated by all available providers.", return…
153 @Rpc(description = "Stops collecting location data.")
160 …@Rpc(description = "Returns the last known location of the device.", returns = "A map of location …
169 …@Rpc(description = "Returns a list of addresses for the given latitude and longitude.", returns = …
DWakeLockFacade.java24 import com.googlecode.android_scripting.rpc.Rpc;
88 @Rpc(description = "Acquires a full wake lock (CPU on, screen bright, keyboard bright).")
93 @Rpc(description = "Acquires a partial wake lock (CPU on).")
98 @Rpc(description = "Acquires a bright wake lock (CPU on, screen bright).")
103 @Rpc(description = "Acquires a dim wake lock (CPU on, screen dim).")
108 @Rpc(description = "Releases the wake lock.")
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java34 import com.googlecode.android_scripting.rpc.Rpc;
468 @Rpc(description = "test.")
482 @Rpc(description = "Add a network.")
488 @Rpc(description = "Builds a WifiConfiguration from Hotspot 2.0 MIME file.")
498 @Rpc(description = "Cancel Wi-fi Protected Setup.")
504 @Rpc(description = "Checks Wifi state.", returns = "True if Wifi is enabled.")
518 …@Rpc(description = "Connects a wifi network by ssid", returns = "True if the operation succeeded.")
534 …@Rpc(description = "Disconnects from the currently active access point.", returns = "True if the o…
539 @Rpc(description = "Enable/disable autojoin scan and switch network when connected.")
544 …@Rpc(description = "Enable a configured network. Initiate a connection if disableOthers is true", …
[all …]
DWifiP2pManagerFacade.java32 import com.googlecode.android_scripting.rpc.Rpc;
325 @Rpc(description = "Accept p2p connection invitation.")
335 @Rpc(description = "Reject p2p connection invitation.")
345 …@Rpc(description = "Register a local service for service discovery. One of the \"CreateXxxServiceI…
351 @Rpc(description = "Add a service discovery request.")
362 @Rpc(description = "Cancel any ongoing connect negotiation.")
367 @Rpc(description = "Clear all registered local services of service discovery.")
373 @Rpc(description = "Clear all registered service discovery requests.")
379 @Rpc(description = "Connects to a discovered wifi p2p device.")
392 … @Rpc(description = "Create a Bonjour service info object to be used for wifiP2pAddLocalService.")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java36 import com.googlecode.android_scripting.rpc.Rpc;
155 @Rpc(description = "Create a text input dialog.")
170 @Rpc(description = "Create a password input dialog.")
192 @Rpc(description = "Queries the user for a text input.")
211 @Rpc(description = "Queries the user for a password.")
228 @Rpc(description = "Create a spinner progress dialog.")
236 @Rpc(description = "Create a horizontal progress dialog.")
272 @Rpc(description = "Create alert dialog.")
288 @Rpc(description = "Create seek bar dialog.")
297 @Rpc(description = "Create time picker dialog.")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothFacade.java35 import com.googlecode.android_scripting.rpc.Rpc;
193 @Rpc(description = "Requests that the device be made connectable.")
199 @Rpc(description = "Requests that the device be discoverable for Bluetooth connections.")
211 @Rpc(description = "Requests that the device be not discoverable.")
217 @Rpc(description = "Queries a remote device for it's name or null if it can't be resolved")
230 @Rpc(description = "Get local Bluetooth device name")
235 @Rpc(description = "Sets the Bluetooth visible device name", returns = "true on success")
242 @Rpc(description = "Returns the hardware address of the local Bluetooth adapter. ")
247 @Rpc(description = "Returns the UUIDs supported by local Bluetooth adapter.")
252 @Rpc(description = "Gets the scan mode for the local dongle.\r\n" + "Return values:\r\n"
[all …]
DBluetoothLeScanFacade.java43 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")
242 @Rpc(description = "Starts a classic ble advertisement scan")
[all …]
DBluetoothLeAdvertiseFacade.java38 import com.googlecode.android_scripting.rpc.Rpc;
84 @Rpc(description = "Generate a new myAdvertisement Object")
99 @Rpc(description = "Constructs a new Builder obj for AdvertiseData and returns its index")
114 @Rpc(description = "Constructs a new Builder obj for AdvertiseData and returns its index")
130 @Rpc(description = "Stops an ongoing ble advertisement")
151 @Rpc(description = "Starts ble advertisement")
192 @Rpc(description = "Starts ble advertisement")
241 @Rpc(description = "Get ble advertisement settings mode")
260 @Rpc(description = "Get ble advertisement settings tx power level")
280 @Rpc(description = "Get ble advertisement settings isConnectable value")
[all …]
DBluetoothHidFacade.java32 import com.googlecode.android_scripting.rpc.Rpc;
76 @Rpc(description = "Is Hid profile ready.")
81 @Rpc(description = "Connect to an HID device.")
93 @Rpc(description = "Disconnect an HID device.")
106 @Rpc(description = "Get all the devices connected through HID.")
112 @Rpc(description = "Get the connection status of a device.")
130 @Rpc(description = "Send Set_Report command to the connected HID input device.")
146 @Rpc(description = "Send Get_Report command to the connected HID input device.")
164 @Rpc(description = "Send data to a connected HID device.")
176 @Rpc(description = "Send virtual unplug to a connected HID device.")
[all …]
DGattClientFacade.java44 import com.googlecode.android_scripting.rpc.Rpc;
104 @Rpc(description = "Create a gatt connection")
136 @Rpc(description = "Trigger discovering of services on the BluetoothGatt object")
155 @Rpc(description = "Get the services from the BluetoothGatt object")
173 @Rpc(description = "Abort reliable write of a bluetooth gatt")
192 @Rpc(description = "Begin reliable write of a bluetooth gatt")
212 @Rpc(description = "true, if the new MTU value has been requested successfully")
232 @Rpc(description = "Disconnect a bluetooth gatt")
251 @Rpc(description = "Close a Bluetooth GATT object")
270 @Rpc(description = "Execute reliable write on a bluetooth gatt")
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaPlayerFacade.java26 import com.googlecode.android_scripting.rpc.Rpc;
117 @Rpc(description = "Open a media file", returns = "true if play successful")
138 @Rpc(description = "pause playing media file", returns = "true if successful")
151 @Rpc(description = "Start playing media file.", returns = "true if successful")
164 @Rpc(description = "Stop playing media file.", returns = "true if successful")
177 @Rpc(description = "Stop all players.")
184 @Rpc(description = "Seek To Position", returns = "New Position (in ms)")
198 @Rpc(description = "Close media file", returns = "true if successful")
210 @Rpc(description = "Checks if media file is playing.", returns = "true if playing")
219 @Rpc(description = "Information on current media", returns = "Media Information")
[all …]
DMediaSessionFacade.java39 import com.googlecode.android_scripting.rpc.Rpc;
93 @Rpc(description = "Retrieve a list of active sessions.")
103 @Rpc(description = "Add callback to media session.")
121 @Rpc(description = "Whether current media session is active.")
126 @Rpc(description = "Simulate a media key press.")
157 @Rpc(description = "Call Play on the currently active media session.")
163 @Rpc(description = "Call Pause on the currently active media session.")
169 @Rpc(description = "Call Stop on the currently active media session.")
175 @Rpc(description = "Call Next on the currently active media session.")

123