/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelecomCallFacade.java | 31 import com.googlecode.android_scripting.rpc.RpcParameter; 75 @RpcParameter(name = "callId") in telecomCallDisconnect() 82 @RpcParameter(name = "callId") in telecomCallHold() 89 @RpcParameter(name = "callId") in telecomCallMergeToConf() 96 @RpcParameter(name = "callId") in telecomCallSplitFromConf() 103 @RpcParameter(name = "callId") in telecomCallUnhold() 122 @RpcParameter(name = "callIdOne") in telecomCallJoinCallsInConf() 124 @RpcParameter(name = "callIdTwo") in telecomCallJoinCallsInConf() 141 @RpcParameter(name = "callId") String callId) { in telecomCallGetCallChildren() 146 @RpcParameter(name = "callId") String callId) { in telecomCallGetCallParent() [all …]
|
D | TelephonyManagerFacade.java | 67 import com.googlecode.android_scripting.rpc.RpcParameter; 129 @RpcOptional @RpcParameter(name = "subId") Integer subId) { in telephonyFactoryReset() 138 @RpcParameter(name = "nwPreference") String nwPreference) { in telephonySetPreferredNetworkTypes() 145 @RpcParameter(name = "nwPreference") String nwPreference, in telephonySetPreferredNetworkTypesForSubscription() 146 @RpcParameter(name = "subId") Integer subId) { in telephonySetPreferredNetworkTypesForSubscription() 163 @RpcParameter(name = "subId") Integer subId) { in telephonySetNetworkSelectionModeAutomaticForSubscription() 175 @RpcParameter(name = "subId") Integer subId) { in telephonyGetPreferredNetworkTypesForSubscription() 188 @RpcParameter(name = "subId") Integer subId) { in telephonyGetCurrentVoiceNetworkTypeForSubscription() 201 @RpcParameter(name = "subId") Integer subId) { in telephonyGetCurrentDataNetworkTypeForSubscription() 221 @RpcParameter(name = "subId") Integer subId) { in telephonyGetPreferredNetworkTypeIntegerForSubscription() [all …]
|
D | TelecomManagerFacade.java | 46 import com.googlecode.android_scripting.rpc.RpcParameter; 78 @RpcParameter(name = "videoState") in telecomAcceptRingingCall() 131 @RpcParameter(name = "showDialpad") in telecomShowInCallScreen() 146 @RpcParameter(name = "phoneAccountHandleId") in telecomSetUserSelectedOutgoingPhoneAccount() 175 @RpcParameter(name = "subId") in telecomSetUserSelectedOutgoingPhoneAccountBySubId() 245 @RpcParameter(name = "enabled") in toggleCallWaiting() 254 @RpcParameter(name = "subId") in toggleCallWaitingForSubscription() 257 @RpcParameter(name = "enabled") in toggleCallWaitingForSubscription() 265 @RpcParameter(name = "dialString") in telecomHandleMmi() 275 @RpcParameter(name = "uriString") in telecomCall() [all …]
|
D | SubscriptionManagerFacade.java | 27 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() 107 @RpcParameter(name = "subId") Integer subId, in subscriptionSetAlwaysAllowMmsData() 108 @RpcParameter(name = "alwaysAllow") Boolean alwaysAllow) { in subscriptionSetAlwaysAllowMmsData() 114 @RpcParameter(name = "roaming") Integer roaming, in subscriptionSetDataRoaming() 115 @RpcParameter(name = "subId") Integer subId) { in subscriptionSetDataRoaming()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattClientFacade.java | 38 import com.googlecode.android_scripting.rpc.RpcParameter; 110 @RpcParameter(name = "index") Integer index, in gattClientConnectGatt() 111 @RpcParameter(name = "macAddress") String macAddress, in gattClientConnectGatt() 112 @RpcParameter(name = "autoConnect") Boolean autoConnect, in gattClientConnectGatt() 113 @RpcParameter(name = "transport") Integer transport, in gattClientConnectGatt() 114 @RpcParameter(name = "opportunistic") Boolean opportunistic, in gattClientConnectGatt() 115 @RpcParameter(name = "phy") Integer phy) in gattClientConnectGatt() 139 public boolean gattClientDiscoverServices(@RpcParameter(name = "index") Integer index) in gattClientDiscoverServices() 157 public boolean gattClientDiscoverServiceByUuid(@RpcParameter(name = "index") Integer index, in gattClientDiscoverServiceByUuid() 158 @RpcParameter(name = "uuid") String uuid) throws Exception { in gattClientDiscoverServiceByUuid() [all …]
|
D | BluetoothRfcommFacade.java | 21 import com.googlecode.android_scripting.rpc.RpcParameter; 46 public void rfcommCreateL2capSocket(@RpcParameter(name = "address") String address, in rfcommCreateL2capSocket() 47 @RpcParameter(name = "channel") Integer channel) throws Exception { in rfcommCreateL2capSocket() 59 public void rfcommCreateRfcommSocket(@RpcParameter(name = "address") String address, in rfcommCreateRfcommSocket() 60 @RpcParameter(name = "channel") Integer channel) throws Exception { in rfcommCreateRfcommSocket() 73 @RpcParameter(name = "address", in bluetoothRfcommBeginConnectThread() 75 @RpcParameter(name = "uuid", in bluetoothRfcommBeginConnectThread() 119 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothRfcommGetConnectedDeviceName() 130 @RpcParameter(name = "uuid") @RpcDefault(DEFAULT_UUID) String uuid, in bluetoothRfcommBeginAcceptThread() 131 @RpcParameter(name = "timeout", in bluetoothRfcommBeginAcceptThread() [all …]
|
D | GattServerFacade.java | 38 import com.googlecode.android_scripting.rpc.RpcParameter; 95 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 @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, in gattServerSendResponse() [all …]
|
D | BluetoothLeScanFacade.java | 39 import com.googlecode.android_scripting.rpc.RpcParameter; 137 @RpcParameter(name = "filterIndex") in bleBuildScanFilter() 167 @RpcParameter(name = "index") in bleStopBleScan() 186 @RpcParameter(name = "index") in bleStopClassicBleScan() 205 @RpcParameter(name = "filterListIndex") in bleStartBleScan() 207 @RpcParameter(name = "scanSettingsIndex") in bleStartBleScan() 209 @RpcParameter(name = "callbackIndex") in bleStartBleScan() 245 @RpcParameter(name = "leCallbackIndex") in bleStartClassicBleScan() 268 @RpcParameter(name = "leCallbackIndex") in bleStartClassicBleScanWithServiceUuids() 270 @RpcParameter(name = "serviceUuids") in bleStartClassicBleScanWithServiceUuids() [all …]
|
D | BluetoothLeAdvertiseFacade.java | 35 import com.googlecode.android_scripting.rpc.RpcParameter; 136 @RpcParameter(name = "index") in bleStopBleAdvertising() 158 @RpcParameter(name = "callbackIndex") in bleStartBleAdvertising() 160 @RpcParameter(name = "dataIndex") in bleStartBleAdvertising() 162 @RpcParameter(name = "settingsIndex") in bleStartBleAdvertising() 203 @RpcParameter(name = "callbackIndex") in bleStartBleAdvertisingWithScanResponse() 205 @RpcParameter(name = "dataIndex") in bleStartBleAdvertisingWithScanResponse() 207 @RpcParameter(name = "settingsIndex") in bleStartBleAdvertisingWithScanResponse() 209 @RpcParameter(name = "scanResponseIndex") in bleStartBleAdvertisingWithScanResponse() 255 @RpcParameter(name = "index") in bleGetAdvertiseSettingsMode() [all …]
|
D | BluetoothHspFacade.java | 31 import com.googlecode.android_scripting.rpc.RpcParameter; 117 @RpcParameter(name = "device", description = "Mac address of a BT device.") in bluetoothHspSetPriority() 119 @RpcParameter(name = "priority", description = "Priority that needs to be set.") in bluetoothHspSetPriority() 135 @RpcParameter(name = "device", description = in bluetoothHspConnect() 152 @RpcParameter(name = "device", description = "Name or MAC address of a device.") in bluetoothHspDisconnect() 178 @RpcParameter(name = "deviceID", in bluetoothHspGetConnectionStatus() 202 @RpcParameter(name = "force", description = "whether to force SCO audio") in bluetoothHspForceScoAudio() 219 @RpcParameter(name = "deviceAddress", in bluetoothHspConnectAudio() 248 @RpcParameter(name = "deviceAddress", in bluetoothHspDisconnectAudio() 281 @RpcParameter(name = "deviceAddress", in bluetoothHspIsAudioConnected() [all …]
|
D | BluetoothSocketConnFacade.java | 32 import com.googlecode.android_scripting.rpc.RpcParameter; 107 public void bluetoothSocketConnCreateL2capSocket(@RpcParameter(name = "address") String address, in bluetoothSocketConnCreateL2capSocket() 108 @RpcParameter(name = "channel") Integer channel) throws Exception { in bluetoothSocketConnCreateL2capSocket() 126 @RpcParameter(name = "address", in bluetoothSocketConnBeginConnectThreadUuid() 128 @RpcParameter(name = "uuid", in bluetoothSocketConnBeginConnectThreadUuid() 149 @RpcParameter(name = "address", in bluetoothSocketConnBeginConnectThreadPsm() 151 @RpcParameter(name = "isBle", description = "Is transport BLE?") @RpcDefault("false") in bluetoothSocketConnBeginConnectThreadPsm() 153 @RpcParameter(name = "psmValue") @RpcDefault(DEFAULT_PSM) Integer psmValue, in bluetoothSocketConnBeginConnectThreadPsm() 154 @RpcParameter(name = "securedConn") @RpcDefault("false") Boolean securedConn) in bluetoothSocketConnBeginConnectThreadPsm() 245 @RpcParameter(name = "connID", description = "Connection id") @RpcOptional in bluetoothSocketConnGetConnectedDeviceName() [all …]
|
D | BluetoothHidFacade.java | 39 import com.googlecode.android_scripting.rpc.RpcParameter; 184 @RpcParameter(name = "device", in bluetoothHidConnect() 202 @RpcParameter(name = "device", in bluetoothHidDisconnect() 230 @RpcParameter(name = "deviceID", in bluetoothHidGetConnectionStatus() 254 @RpcParameter(name = "deviceID", in bluetoothHidSetReport() 257 @RpcParameter(name = "type") in bluetoothHidSetReport() 259 @RpcParameter(name = "report") in bluetoothHidSetReport() 278 @RpcParameter(name = "deviceID", in bluetoothHidGetReport() 281 @RpcParameter(name = "type") in bluetoothHidGetReport() 283 @RpcParameter(name = "reportId") in bluetoothHidGetReport() [all …]
|
D | BluetoothHidDeviceFacade.java | 37 import com.googlecode.android_scripting.rpc.RpcParameter; 310 @RpcParameter(name = "device", in bluetoothHidDeviceConnect() 331 @RpcParameter(name = "device", in bluetoothHidDeviceDisconnect() 364 @RpcParameter(name = "deviceID", in bluetoothHidDeviceGetConnectionStatus() 414 @RpcParameter(name = "deviceID", in bluetoothHidDeviceSendReport() 417 @RpcParameter(name = "descriptor", in bluetoothHidDeviceSendReport() 420 @RpcParameter(name = "report") in bluetoothHidDeviceSendReport() 443 @RpcParameter(name = "deviceID", in bluetoothHidDeviceReplyReport() 446 @RpcParameter(name = "type", in bluetoothHidDeviceReplyReport() 449 @RpcParameter(name = "id", in bluetoothHidDeviceReplyReport() [all …]
|
D | BluetoothHfpClientFacade.java | 31 import com.googlecode.android_scripting.rpc.RpcParameter; 105 @RpcParameter(name = "device", in bluetoothHfpClientSetPriority() 107 @RpcParameter(name = "priority", in bluetoothHfpClientSetPriority() 126 @RpcParameter(name = "device", description = in bluetoothHfpClientGetPriority() 142 @RpcParameter(name = "device", in bluetoothHfpClientConnect() 166 @RpcParameter(name = "device", in bluetoothHfpClientDisconnect() 200 @RpcParameter(name = "deviceID", in bluetoothHfpClientGetConnectionStatus() 225 @RpcParameter(name = "device", in bluetoothHfpClientGetAudioState() 248 @RpcParameter(name = "device", in bluetoothHfpClientStartVoiceRecognition() 272 @RpcParameter(name = "device", in bluetoothHfpClientStopVoiceRecognition()
|
D | BluetoothLeAdvertisingSetFacade.java | 35 import com.googlecode.android_scripting.rpc.RpcParameter; 226 @RpcParameter(name = "params") JSONObject parametersJson, in bleAdvSetStartAdvertisingSet() 227 @RpcParameter(name = "data") JSONObject dataJson, in bleAdvSetStartAdvertisingSet() 228 @RpcParameter(name = "scanResponse") JSONObject scanResponseJson, in bleAdvSetStartAdvertisingSet() 229 @RpcParameter(name = "periodicParameters") JSONObject periodicParametersJson, in bleAdvSetStartAdvertisingSet() 230 @RpcParameter(name = "periodicDataIndex") JSONObject periodicDataJson, in bleAdvSetStartAdvertisingSet() 231 @RpcParameter(name = "duration") Integer duration, in bleAdvSetStartAdvertisingSet() 232 @RpcParameter(name = "maxExtAdvEvents") Integer maxExtAdvEvents, in bleAdvSetStartAdvertisingSet() 233 @RpcParameter(name = "callbackIndex") Integer callbackIndex) throws Exception { in bleAdvSetStartAdvertisingSet() 277 @RpcParameter(name = "setIndex") Integer setIndex) throws Exception { in bleAdvSetGetOwnAddress() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | UiFacade.java | 38 import com.googlecode.android_scripting.rpc.RpcParameter; 155 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput() 156 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreateInput() 157 …@RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptiona… in dialogCreateInput() 158 …@RpcParameter(name = "inputType", description = "type of input data, ie number or text") @RpcOptio… in dialogCreateInput() 170 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword() 171 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogCreatePassword() 192 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput() 193 …@RpcParameter(name = "message", description = "message to display above the input box") @RpcDefaul… in dialogGetInput() 194 …@RpcParameter(name = "defaultText", description = "text to insert into the input box") @RpcOptiona… in dialogGetInput() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ActivityResultFacade.java | 25 import com.googlecode.android_scripting.rpc.RpcParameter; 53 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultBoolean() 54 @RpcParameter(name = "resultValue") Boolean resultValue) { in setResultBoolean() 65 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultByte() 66 @RpcParameter(name = "resultValue") Byte resultValue) { in setResultByte() 77 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultShort() 78 @RpcParameter(name = "resultValue") Short resultValue) { in setResultShort() 89 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultChar() 90 @RpcParameter(name = "resultValue") Character resultValue) { in setResultChar() 101 @RpcParameter(name = "resultCode", description = sCodeDescription) Integer resultCode, in setResultInteger() [all …]
|
D | AndroidFacade.java | 58 import com.googlecode.android_scripting.rpc.RpcParameter; 418 @RpcParameter(name = "action") in startActivityForResult() 420 @RpcParameter(name = "uri") in startActivityForResult() 422 @RpcParameter(name = "type", description = "MIME type/subtype of the URI") in startActivityForResult() 424 @RpcParameter(name = "extras", description = "a Map of extras to add to the Intent") in startActivityForResult() 426 @RpcParameter(name = "packagename", in startActivityForResult() 429 @RpcParameter(name = "classname", in startActivityForResult() 440 @RpcParameter(name = "intent", in startActivityForResultIntent() 484 public void setTextClip(@RpcParameter(name = "text") in setTextClip() 486 @RpcParameter(name = "label") in setTextClip() [all …]
|
D | SettingsFacade.java | 45 import com.googlecode.android_scripting.rpc.RpcParameter; 90 public Integer setScreenTimeout(@RpcParameter(name = "value") Integer value) { in setScreenTimeout() 117 @RpcParameter(name = "enabled") @RpcOptional Boolean enabled) { in toggleRingerSilentMode() 127 public void setRingerMode(@RpcParameter(name = "mode") Integer mode) throws Exception { in setRingerMode() 152 public void setRingerVolume(@RpcParameter(name = "volume") Integer volume) { in setRingerVolume() 167 public void setMediaVolume(@RpcParameter(name = "volume") Integer volume) { in setMediaVolume() 176 public void setVoiceCallVolume(@RpcParameter(name = "volume") Integer volume) { in setVoiceCallVolume() 185 public void setAlarmVolume(@RpcParameter(name = "volume") Integer volume) { in setAlarmVolume() 208 … @RpcParameter(name = "value", description = "brightness value between 0 and 255") Integer value) { in setScreenBrightness() 265 public void setDevicePassword(@RpcParameter(name = "password") String password, in setDevicePassword() [all …]
|
D | EventFacade.java | 39 import com.googlecode.android_scripting.rpc.RpcParameter; 98 @RpcParameter(name = "category") String category, in eventRegisterForBroadcast() 99 @RpcParameter(name = "enqueue", in eventRegisterForBroadcast() 115 @RpcParameter(name = "category") String category) { in eventUnregisterForBroadcast() 157 @RpcParameter(name = "number_of_events") @RpcDefault("1") Integer number_of_events) { in eventPoll() 172 @RpcParameter(name = "eventName") final String eventName, in eventWaitFor() 173 @RpcParameter(name = "removeEvent") final Boolean removeEvent, in eventWaitFor() 174 …@RpcParameter(name = "timeout", description = "the maximum time to wait (in ms)") @RpcOptional Int… in eventWaitFor() 221 …@RpcParameter(name = "timeout", description = "the maximum time to wait") @RpcOptional Integer tim… in eventWait() 272 @RpcParameter(name = "name", description = "Name of event") String name, in eventPost() [all …]
|
D | CommonIntentsFacade.java | 29 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()
|
D | PreferencesFacade.java | 27 import com.googlecode.android_scripting.rpc.RpcParameter; 60 @RpcParameter(name = "key") String key, in prefGetValue() 61 …@RpcParameter(name = "filename", description = "Desired preferences file. If not defined, uses the… in prefGetValue() 68 @RpcParameter(name = "key") String key, in prefPutValue() 69 @RpcParameter(name = "value") Object value, in prefPutValue() 70 …@RpcParameter(name = "filename", description = "Desired preferences file. If not defined, uses the… in prefPutValue() 95 …@RpcParameter(name = "filename", description = "Desired preferences file. If not defined, uses the… in prefGetAll()
|
D | ApplicationManagerFacade.java | 30 import com.googlecode.android_scripting.rpc.RpcParameter; 76 public void launch(@RpcParameter(name = "className") String className) { in launch() 84 public Intent launchForResult(@RpcParameter(name = "className") String className) { in launchForResult() 92 public void appLaunch(@RpcParameter(name = "name") String name) { in appLaunch() 99 @RpcParameter(name = "intent") Intent intent, in launchForResultWithIntent() 100 @RpcParameter(name = "extras")@RpcOptional JSONObject extras) in launchForResultWithIntent() 110 @RpcParameter(name = "className") String className) { in createIntentForClassName() 119 @RpcParameter(name = "className") String className) { in getUidForPackage() 130 public Boolean appKill(@RpcParameter(name = "name") String name) { in appKill() 170 @RpcParameter(name = "packageName", description = "name of package") String packageName) { in forceStopPackage()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaPlayerFacade.java | 28 import com.googlecode.android_scripting.rpc.RpcParameter; 118 public synchronized boolean mediaPlayOpen(@RpcParameter(name = "url", in mediaPlayOpen() 120 String url, @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayOpen() 122 String tag, @RpcParameter(name = "play", description = "start playing immediately") in mediaPlayOpen() 140 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayPause() 153 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStart() 166 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayStop() 185 public synchronized int mediaPlaySeek(@RpcParameter(name = "msec", in mediaPlaySeek() 187 Integer msec, @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlaySeek() 200 @RpcParameter(name = "tag", description = "string identifying resource") in mediaPlayClose() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiAwareManagerFacade.java | 59 import com.googlecode.android_scripting.rpc.RpcParameter; 386 @RpcParameter(name = "identityCb", in wifiAwareAttach() 389 @RpcParameter(name = "awareConfig", in wifiAwareAttach() 392 @RpcParameter(name = "useIdInCallbackEvent", in wifiAwareAttach() 412 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwareDestroy() 428 …@RpcParameter(name = "clientId", description = "The client ID returned when a connection was creat… in wifiAwarePublish() 429 @RpcParameter(name = "publishConfig") JSONObject publishConfig, in wifiAwarePublish() 430 @RpcParameter(name = "useIdInCallbackEvent", in wifiAwarePublish() 455 @RpcParameter(name = "sessionId", description = "The discovery session ID") in wifiAwareUpdatePublish() 457 @RpcParameter(name = "publishConfig", description = "Publish configuration") in wifiAwareUpdatePublish() [all …]
|