Home
last modified time | relevance | path

Searched refs:RpcParameter (Results 1 – 25 of 51) sorted by relevance

123

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomCallFacade.java36 import com.googlecode.android_scripting.rpc.RpcParameter;
72 @RpcParameter(name = "callId") in telecomCallDisconnect()
79 @RpcParameter(name = "callId") in telecomCallHold()
86 @RpcParameter(name = "callId") in telecomCallMergeToConf()
93 @RpcParameter(name = "callId") in telecomCallSplitFromConf()
100 @RpcParameter(name = "callId") in telecomCallUnhold()
109 @RpcParameter(name = "callIdOne") in telecomCallJoinCallsInConf()
111 @RpcParameter(name = "callIdTwo") in telecomCallJoinCallsInConf()
128 @RpcParameter(name = "callId") String callId) { in telecomCallGetCallChildren()
133 @RpcParameter(name = "callId") String callId) { in telecomCallGetCallParent()
[all …]
DTelephonyManagerFacade.java70 import com.googlecode.android_scripting.rpc.RpcParameter;
135 @RpcParameter(name = "nwPreference") String nwPreference) { in telephonySetPreferredNetworkTypes()
142 @RpcParameter(name = "nwPreference") String nwPreference, in telephonySetPreferredNetworkTypesForSubscription()
143 @RpcParameter(name = "subId") Integer subId) { in telephonySetPreferredNetworkTypesForSubscription()
162 @RpcParameter(name = "subId") Integer subId) { in telephonyGetPreferredNetworkTypesForSubscription()
175 @RpcParameter(name = "subId") Integer subId) { in telephonyGetCurrentVoiceNetworkTypeForSubscription()
188 @RpcParameter(name = "subId") Integer subId) { in telephonyGetCurrentDataNetworkTypeForSubscription()
208 @RpcParameter(name = "subId") Integer subId) { in telephonyGetPreferredNetworkTypeIntegerForSubscription()
222 @RpcParameter(name = "subId") Integer subId) { in telephonyStartTrackingCallStateForSubscription()
244 @RpcParameter(name = "subId") Integer subId) { in telephonyStartTrackingCellInfoChangeForSubscription()
[all …]
DTelecomManagerFacade.java50 import com.googlecode.android_scripting.rpc.RpcParameter;
134 @RpcParameter(name = "showDialpad") in telecomShowInCallScreen()
149 @RpcParameter(name = "phoneAccountHandleId") in telecomSetUserSelectedOutgoingPhoneAccount()
178 @RpcParameter(name = "subId") in telecomSetUserSelectedOutgoingPhoneAccountBySubId()
248 @RpcParameter(name = "enabled") in toggleCallWaiting()
257 @RpcParameter(name = "subId") in toggleCallWaitingForSubscription()
260 @RpcParameter(name = "enabled") in toggleCallWaitingForSubscription()
268 @RpcParameter(name = "dialString") in telecomHandleMmi()
278 @RpcParameter(name = "uriString") in telecomCall()
280 @RpcParameter(name = "videoCall") in telecomCall()
[all …]
DImsManagerFacade.java31 import com.googlecode.android_scripting.rpc.RpcParameter;
62 @RpcParameter(name = "enable") Boolean enable) { in imsSetEnhanced4gMode()
73 @RpcParameter(name = "enable") Boolean enable) in imsSetVolteProvisioning()
91 @RpcParameter(name = "enable") in imsSetWfcRoamingSetting()
104 @RpcParameter(name = "mode") in imsSetWfcMode()
158 @RpcParameter(name = "enable") Boolean enable) { in imsSetWfcSetting()
DSubscriptionManagerFacade.java27 import com.googlecode.android_scripting.rpc.RpcParameter;
59 @RpcParameter(name = "subId") in subscriptionSetDefaultDataSubId()
71 @RpcParameter(name = "subId") in subscriptionSetDefaultVoiceSubId()
83 @RpcParameter(name = "subId") in subscriptionSetDefaultSmsSubId()
100 @RpcParameter(name = "subId") in subscriptionGetSubInfoForSubscriber()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java39 import com.googlecode.android_scripting.rpc.RpcParameter;
158 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput()
159 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreateInput()
160 …@RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptiona… in dialogCreateInput()
161 …@RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptio… in dialogCreateInput()
173 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword()
174 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreatePassword()
195 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput()
196 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogGetInput()
197 …@RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptiona… in dialogGetInput()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DActivityResultFacade.java25 import com.googlecode.android_scripting.rpc.RpcParameter;
54 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBoolean()
55 @RpcParameter(name = "resultValue") Boolean resultValue) { in setResultBoolean()
66 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultByte()
67 @RpcParameter(name = "resultValue") Byte resultValue) { in setResultByte()
78 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultShort()
79 @RpcParameter(name = "resultValue") Short resultValue) { in setResultShort()
90 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultChar()
91 @RpcParameter(name = "resultValue") Character resultValue) { in setResultChar()
102 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultInteger()
[all …]
DAndroidFacade.java58 import com.googlecode.android_scripting.rpc.RpcParameter;
415 @RpcParameter(name = "action") in startActivityForResult()
417 @RpcParameter(name = "uri") in startActivityForResult()
419 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivityForResult()
421 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") in startActivityForResult()
423 @RpcParameter(name = "packagename", in startActivityForResult()
426 @RpcParameter(name = "classname", in startActivityForResult()
437 @RpcParameter(name = "intent", in startActivityForResultIntent()
488 public void setTextClip(@RpcParameter(name = "text") in setTextClip()
490 @RpcParameter(name = "label") in setTextClip()
[all …]
DEventFacade.java50 import com.googlecode.android_scripting.rpc.RpcParameter;
104 @RpcParameter(name = "category") String category, in eventRegisterForBroadcast()
105 @RpcParameter(name = "enqueue", in eventRegisterForBroadcast()
121 @RpcParameter(name = "category") String category) { in eventUnregisterForBroadcast()
163 @RpcParameter(name = "number_of_events") @RpcDefault("1") Integer number_of_events) { in eventPoll()
178 @RpcParameter(name = "eventName") in eventWaitFor()
180 @RpcParameter(name = "removeEvent") in eventWaitFor()
182 …@RpcParameter(name = "timeout", description = "the maximum time to wait (in ms)") @RpcOptional Int… in eventWaitFor()
229 …@RpcParameter(name = "timeout", description = "the maximum time to wait") @RpcOptional Integer tim… in eventWait()
280 @RpcParameter(name = "name", description = "Name of event") String name, in eventPost()
[all …]
DCommonIntentsFacade.java29 import com.googlecode.android_scripting.rpc.RpcParameter;
56 public Intent pick(@RpcParameter(name = "uri") String uri) throws JSONException { in pick()
79 @RpcParameter(name = "uri") String uri, in view()
80 …@RpcParameter(name = "type", description = "MIME type/subtype of the URI") @RpcOptional String typ… in view()
81 …@RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") @RpcOptional … in view()
87 public void viewMap(@RpcParameter(name = "query, e.g. pizza, 123 My Street") String query) in viewMap()
99 @RpcParameter(name = "path", description = "the path to the HTML file") String path) in viewHtml()
106 public void search(@RpcParameter(name = "query") String query) { in search()
DPreferencesFacade.java27 import com.googlecode.android_scripting.rpc.RpcParameter;
61 @RpcParameter(name = "key") String key, in prefGetValue()
62 …@RpcParameter(name = "filename", description = "Desired preferences file. If not defined, uses the… in prefGetValue()
69 @RpcParameter(name = "key") String key, in prefPutValue()
70 @RpcParameter(name = "value") Object value, in prefPutValue()
71 …@RpcParameter(name = "filename", description = "Desired preferences file. If not defined, uses the… in prefPutValue()
96 …@RpcParameter(name = "filename", description = "Desired preferences file. If not defined, uses the… in prefGetAll()
DLocationFacade.java32 import com.googlecode.android_scripting.rpc.RpcParameter;
135 @RpcParameter(name = "provider", description = "Name of location provider") String provider) { in locationProviderEnabled()
142 …@RpcParameter(name = "minDistance", description = "minimum time between updates in milliseconds") … in startLocating()
143 …@RpcParameter(name = "minUpdateDistance", description = "minimum distance between updates in meter… in startLocating()
173 @RpcParameter(name = "latitude") Double latitude, in geocode()
174 @RpcParameter(name = "longitude") Double longitude, in geocode()
175 …@RpcParameter(name = "maxResults", description = "maximum number of results") @RpcDefault("1") Int… in geocode()
DSettingsFacade.java39 import com.googlecode.android_scripting.rpc.RpcParameter;
72 public Integer setScreenTimeout(@RpcParameter(name = "value") Integer value) { in setScreenTimeout()
99 @RpcParameter(name = "enabled") @RpcOptional Boolean enabled) { in toggleRingerSilentMode()
109 public void setRingerMode(@RpcParameter(name = "mode") Integer mode) throws Exception { in setRingerMode()
134 public void setRingerVolume(@RpcParameter(name = "volume") Integer volume) { in setRingerVolume()
149 public void setMediaVolume(@RpcParameter(name = "volume") Integer volume) { in setMediaVolume()
172 … @RpcParameter(name = "value", description = "brightness value between 0 and 255") Integer value) { in setScreenBrightness()
229 public void setDevicePassword(@RpcParameter(name = "password") String password) { in setDevicePassword()
254 public void setTimeZone(@RpcParameter(name = "timeZone") String timeZone) { in setTimeZone()
DSpeechRecognitionFacade.java25 import com.googlecode.android_scripting.rpc.RpcParameter;
49 …@RpcParameter(name = "prompt", description = "text prompt to show to the user when asking them to … in recognizeSpeech()
50 …@RpcParameter(name = "language", description = "language override to inform the recognizer that it… in recognizeSpeech()
51 …@RpcParameter(name = "languageModel", description = "informs the recognizer which speech model to … in recognizeSpeech()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java45 import com.googlecode.android_scripting.rpc.RpcParameter;
104 @RpcParameter(name = "index") in gattClientConnectGatt()
106 @RpcParameter(name = "macAddress") in gattClientConnectGatt()
108 @RpcParameter(name = "autoConnect") in gattClientConnectGatt()
133 @RpcParameter(name = "index") in gattClientDiscoverServices()
152 @RpcParameter(name = "index") in gattClientGetServices()
170 @RpcParameter(name = "index") in gattClientAbortReliableWrite()
189 @RpcParameter(name = "index") in gattClientBeginReliableWrite()
209 @RpcParameter(name = "index") in gattClientRequestMtu()
211 @RpcParameter(name = "mtu") in gattClientRequestMtu()
[all …]
DBluetoothLeScanFacade.java46 import com.googlecode.android_scripting.rpc.RpcParameter;
138 @RpcParameter(name = "filterIndex") in bleBuildScanFilter()
168 @RpcParameter(name = "index") in bleStopBleScan()
187 @RpcParameter(name = "index") in bleStopClassicBleScan()
206 @RpcParameter(name = "filterListIndex") in bleStartBleScan()
208 @RpcParameter(name = "scanSettingsIndex") in bleStartBleScan()
210 @RpcParameter(name = "callbackIndex") in bleStartBleScan()
245 @RpcParameter(name = "leCallbackIndex") in bleStartClassicBleScan()
267 @RpcParameter(name = "leCallbackIndex") in bleStartClassicBleScanWithServiceUuids()
269 @RpcParameter(name = "serviceUuids") in bleStartClassicBleScanWithServiceUuids()
[all …]
DBluetoothLeAdvertiseFacade.java39 import com.googlecode.android_scripting.rpc.RpcParameter;
133 @RpcParameter(name = "index") in bleStopBleAdvertising()
154 @RpcParameter(name = "callbackIndex") in bleStartBleAdvertising()
156 @RpcParameter(name = "dataIndex") in bleStartBleAdvertising()
158 @RpcParameter(name = "settingsIndex") in bleStartBleAdvertising()
195 @RpcParameter(name = "callbackIndex") in bleStartBleAdvertisingWithScanResponse()
197 @RpcParameter(name = "dataIndex") in bleStartBleAdvertisingWithScanResponse()
199 @RpcParameter(name = "settingsIndex") in bleStartBleAdvertisingWithScanResponse()
201 @RpcParameter(name = "scanResponseIndex") in bleStartBleAdvertisingWithScanResponse()
244 @RpcParameter(name = "index") in bleGetAdvertiseSettingsMode()
[all …]
DGattServerFacade.java46 import com.googlecode.android_scripting.rpc.RpcParameter;
96 public int gattServerOpenGattServer(@RpcParameter(name = "index") Integer index) in gattServerOpenGattServer()
118 public void gattServerAddService(@RpcParameter(name = "index") Integer index, in gattServerAddService()
119 @RpcParameter(name = "serviceIndex") Integer serviceIndex) throws Exception { in gattServerAddService()
139 …public void gattServerClearServices(@RpcParameter(name = "index") Integer index) throws Exception { in gattServerClearServices()
155 @RpcParameter(name = "gattServerIndex") Integer gattServerIndex) throws Exception { in gattServerGetConnectedDevices()
178 @RpcParameter(name = "gattServerIndex") Integer gattServerIndex, in gattServerSendResponse()
179 @RpcParameter(name = "bluetoothDeviceIndex") Integer bluetoothDeviceIndex, in gattServerSendResponse()
180 @RpcParameter(name = "requestId") Integer requestId, in gattServerSendResponse()
181 @RpcParameter(name = "status") Integer status, @RpcParameter(name = "offset") Integer offset, in gattServerSendResponse()
[all …]
DBluetoothHidFacade.java34 import com.googlecode.android_scripting.rpc.RpcParameter;
83 @RpcParameter(name = "device", description = "Name or MAC address of a bluetooth device.") in bluetoothHidConnect()
95 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHidDisconnect()
114 @RpcParameter(name = "deviceID", in bluetoothHidGetConnectionStatus()
132 @RpcParameter(name = "deviceID", in bluetoothHidSetReport()
135 @RpcParameter(name = "type") in bluetoothHidSetReport()
138 @RpcParameter(name = "report") in bluetoothHidSetReport()
148 @RpcParameter(name = "deviceID", in bluetoothHidGetReport()
151 @RpcParameter(name = "type") in bluetoothHidGetReport()
154 @RpcParameter(name = "reportId") in bluetoothHidGetReport()
[all …]
DBluetoothRfcommFacade.java33 import com.googlecode.android_scripting.rpc.RpcParameter;
98 @RpcParameter(name = "address", description = "The mac address of the device to connect to.") in bluetoothRfcommConnect()
100 @RpcParameter(name = "uuid", in bluetoothRfcommConnect()
153 @RpcParameter(name = "connID", description = "Connection id") in bluetoothRfcommGetConnectedDeviceName()
164 @RpcParameter(name = "uuid") @RpcDefault(DEFAULT_UUID) String uuid, in bluetoothRfcommAccept()
165 @RpcParameter(name = "timeout", in bluetoothRfcommAccept()
185 public void bluetoothRfcommWrite(@RpcParameter(name = "ascii") String ascii, in bluetoothRfcommWrite()
186 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") String connID) in bluetoothRfcommWrite()
199 @RpcParameter(name = "bufferSize") @RpcDefault("4096") Integer bufferSize, in bluetoothRfcommRead()
200 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional @RpcDefault("") in bluetoothRfcommRead()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaPlayerFacade.java28 import com.googlecode.android_scripting.rpc.RpcParameter;
119 public synchronized boolean mediaPlayOpen(@RpcParameter(name = "url", in mediaPlayOpen()
121 String url, @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayOpen()
123 String tag, @RpcParameter(name = "play", description = "start playing immediately") in mediaPlayOpen()
141 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayPause()
154 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStart()
167 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStop()
186 public synchronized int mediaPlaySeek(@RpcParameter(name = "msec", in mediaPlaySeek()
188 Integer msec, @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlaySeek()
201 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayClose()
[all …]
DMediaRecorderFacade.java39 import com.googlecode.android_scripting.rpc.RpcParameter;
72 public void recorderStartMicrophone(@RpcParameter(name = "targetPath") String targetPath) in recorderStartMicrophone()
83 public void recorderStartVideo(@RpcParameter(name = "targetPath") String targetPath, in recorderStartVideo()
84 @RpcParameter(name = "duration") @RpcDefault("0") Integer duration, in recorderStartVideo()
85 @RpcParameter(name = "videoSize") @RpcDefault("1") Integer videoSize) throws Exception { in recorderStartVideo()
166 public void recorderCaptureVideo(@RpcParameter(name = "targetPath") String targetPath, in recorderCaptureVideo()
167 @RpcParameter(name = "duration") @RpcOptional Integer duration, in recorderCaptureVideo()
168 … @RpcParameter(name = "recordAudio") @RpcDefault("true") Boolean recordAudio) throws Exception { in recorderCaptureVideo()
219 public void startInteractiveVideoRecording(@RpcParameter(name = "path") final String path) { in startInteractiveVideoRecording()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiScannerFacade.java37 import com.googlecode.android_scripting.rpc.RpcParameter;
394 @RpcParameter(name = "scanSettings") JSONObject scanSettings) in wifiScannerStartBackgroundScan()
423 @RpcParameter(name = "listener") Integer listenerIndex) in wifiScannerStopBackgroundScan()
444 @RpcParameter(name = "scanSettings") JSONObject scanSettings) in wifiScannerStartScan()
460 public void wifiScannerStopScan(@RpcParameter(name = "listener") Integer listenerIndex) in wifiScannerStopScan()
475 @RpcParameter(name = "band") Integer band) { in wifiScannerGetAvailableChannels()
500 @RpcParameter(name = "listener") Integer listenerIndex) throws Exception { in wifiScannerStopTrackingChange()
520 @RpcParameter(name = "bssidInfos") JSONArray bssidInfos, in wifiScannerStartTrackingBssids()
521 @RpcParameter(name = "apLostThreshold") Integer apLostThreshold) throws JSONException { in wifiScannerStartTrackingBssids()
536 @RpcParameter(name = "listener") Integer listenerIndex) throws Exception { in wifiScannerStopTrackingBssids()
[all …]
DWifiManagerFacade.java36 import com.googlecode.android_scripting.rpc.RpcParameter;
480 public Integer wifiAddNetwork(@RpcParameter(name = "wifiConfig") JSONObject wifiConfig) in wifiAddNetwork()
487 @RpcParameter(name = "uriString") String uriString, in wifiBuildConfig()
488 @RpcParameter(name = "mimeType") String mimeType, in wifiBuildConfig()
516 public Boolean wifiConnect(@RpcParameter(name = "config") JSONObject config) in wifiConnect()
535 …public Boolean wifiSetEnableAutoJoinWhenAssociated(@RpcParameter(name = "enable") Boolean enable) { in wifiSetEnableAutoJoinWhenAssociated()
540 public Boolean wifiEnableNetwork(@RpcParameter(name = "netId") Integer netId, in wifiEnableNetwork()
541 @RpcParameter(name = "disableOthers") Boolean disableOthers) { in wifiEnableNetwork()
546 public void wifiEnableVerboseLogging(@RpcParameter(name = "level") Integer level) { in wifiEnableVerboseLogging()
551 public void wifiEnterpriseConnect(@RpcParameter(name = "config") JSONObject config) in wifiEnterpriseConnect()
[all …]
DWifiNanManagerFacade.java41 import com.googlecode.android_scripting.rpc.RpcParameter;
230 public void wifiNanEnable(@RpcParameter(name = "nanConfig") JSONObject nanConfig) in wifiNanEnable()
241 public void wifiNanPublish(@RpcParameter(name = "publishData") JSONObject publishData, in wifiNanPublish()
242 @RpcParameter(name = "publishSettings") JSONObject publishSettings, in wifiNanPublish()
243 @RpcParameter(name = "listenerId") Integer listenerId) in wifiNanPublish()
258 public void wifiNanSubscribe(@RpcParameter(name = "subscribeData") JSONObject subscribeData, in wifiNanSubscribe()
259 @RpcParameter(name = "subscribeSettings") JSONObject subscribeSettings, in wifiNanSubscribe()
260 @RpcParameter(name = "listenerId") Integer listenerId) in wifiNanSubscribe()
278 @RpcParameter(name = "peerId", description = "The ID of the peer being communicated " in wifiNanSendMessage()
280 @RpcParameter(name = "message") String message, in wifiNanSendMessage()
[all …]

123