Home
last modified time | relevance | path

Searched refs:RpcDefault (Results 1 – 23 of 23) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java19 import com.googlecode.android_scripting.rpc.RpcDefault;
77 @RpcDefault(DEFAULT_UUID) String uuid) in bluetoothRfcommBeginConnectThread()
120 @RpcDefault("") String connID) in bluetoothRfcommGetConnectedDeviceName()
130 @RpcParameter(name = "uuid") @RpcDefault(DEFAULT_UUID) String uuid, in bluetoothRfcommBeginAcceptThread()
133 @RpcDefault("0") Integer timeout) in bluetoothRfcommBeginAcceptThread()
144 @RpcDefault("") String connID) in bluetoothRfcommWrite()
154 @RpcParameter(name = "bufferSize") @RpcDefault("4096") Integer bufferSize, in bluetoothRfcommRead()
156 @RpcDefault("") String connID) in bluetoothRfcommRead()
169 description = "Connection id") @RpcDefault("") @RpcOptional String connID) in bluetoothRfcommWriteBinary()
179 @RpcParameter(name = "bufferSize") @RpcDefault("4096") Integer bufferSize, in bluetoothRfcommReadBinary()
[all …]
DBluetoothSocketConnFacade.java30 import com.googlecode.android_scripting.rpc.RpcDefault;
131 @RpcDefault(DEFAULT_UUID) String uuid) in bluetoothSocketConnBeginConnectThreadUuid()
152 @RpcParameter(name = "isBle", description = "Is transport BLE?") @RpcDefault("false") in bluetoothSocketConnBeginConnectThreadPsm()
154 @RpcParameter(name = "psmValue") @RpcDefault(DEFAULT_PSM) Integer psmValue, in bluetoothSocketConnBeginConnectThreadPsm()
155 @RpcParameter(name = "securedConn") @RpcDefault("false") Boolean securedConn) in bluetoothSocketConnBeginConnectThreadPsm()
247 @RpcDefault("") String connID) in bluetoothSocketConnGetConnectedDeviceName()
262 @RpcParameter(name = "uuid") @RpcDefault(DEFAULT_UUID) String uuid, in bluetoothSocketConnBeginAcceptThreadUuid()
265 @RpcDefault("0") Integer timeout) in bluetoothSocketConnBeginAcceptThreadUuid()
285 @RpcDefault("0") Integer timeout, in bluetoothSocketConnBeginAcceptThreadPsm()
288 @RpcDefault("false") Boolean isBle, in bluetoothSocketConnBeginAcceptThreadPsm()
[all …]
DBluetoothHidFacade.java38 import com.googlecode.android_scripting.rpc.RpcDefault;
258 @RpcDefault(value = "1") Integer type, in bluetoothHidSetReport()
282 @RpcDefault(value = "1") Integer type, in bluetoothHidGetReport()
DBluetoothFacade.java36 import com.googlecode.android_scripting.rpc.RpcDefault;
232 @RpcDefault("300000") in bluetoothMakeDiscoverable()
335 @RpcDefault("false") in bluetoothToggleState()
DBluetoothHfpClientFacade.java31 import com.googlecode.android_scripting.rpc.RpcDefault;
320 @RpcDefault("") String number) { in bluetoothHfpClientDial()
DBluetoothConnectionFacade.java47 import com.googlecode.android_scripting.rpc.RpcDefault;
510 @RpcDefault("true") @RpcOptional in bluetoothStartPairingHelper()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaPlayerFacade.java27 import com.googlecode.android_scripting.rpc.RpcDefault;
121 @RpcDefault(value = "default") in mediaPlayOpen()
123 @RpcDefault(value = "true") in mediaPlayOpen()
141 @RpcDefault(value = "default") in mediaPlayPause()
154 @RpcDefault(value = "default") in mediaPlayStart()
167 @RpcDefault(value = "default") in mediaPlayStop()
188 @RpcDefault(value = "default") in mediaPlaySeek()
201 @RpcDefault(value = "default") in mediaPlayClose()
213 @RpcDefault(value = "default") in mediaIsPlaying()
222 @RpcDefault(value = "default") in mediaPlayGetInfo()
[all …]
DMediaSessionFacade.java36 import com.googlecode.android_scripting.rpc.RpcDefault;
158 public void mediaSessionPlay(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionPlay()
164 public void mediaSessionPause(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionPause()
170 public void mediaSessionStop(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionStop()
176 public void mediaSessionNext(@RpcParameter(name = "index") @RpcDefault(value = "0") in mediaSessionNext()
DMediaRecorderFacade.java37 import com.googlecode.android_scripting.rpc.RpcDefault;
81 @RpcParameter(name = "duration") @RpcDefault("0") Integer duration, in recorderStartVideo()
82 @RpcParameter(name = "videoSize") @RpcDefault("1") Integer videoSize) throws Exception { in recorderStartVideo()
165 … @RpcParameter(name = "recordAudio") @RpcDefault("true") Boolean recordAudio) throws Exception { in recorderCaptureVideo()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DUiFacade.java36 import com.googlecode.android_scripting.rpc.RpcDefault;
155 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogCreateInput()
156 … = "message", description = "message to display above the input box") @RpcDefault("Please enter va… in dialogCreateInput()
170 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Password") fina… in dialogCreatePassword()
171 … = "message", description = "message to display above the input box") @RpcDefault("Please enter pa… in dialogCreatePassword()
192 …@RpcParameter(name = "title", description = "title of the input box") @RpcDefault("Value") final S… in dialogGetInput()
193 … = "message", description = "message to display above the input box") @RpcDefault("Please enter va… in dialogGetInput()
211 …@RpcParameter(name = "title", description = "title of the password box") @RpcDefault("Password") f… in dialogGetPassword()
212 … = "message", description = "message to display above the input box") @RpcDefault("Please enter pa… in dialogGetPassword()
229 @RpcParameter(name = "maximum progress") @RpcDefault("100") Integer max) { in dialogCreateSpinnerProgress()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDisplayFacade.java30 import com.googlecode.android_scripting.rpc.RpcDefault;
71 @RpcDefault(value = "0") in displayGetSize()
82 @RpcDefault(value = "0") in displayGetMaximumSizeDimension()
91 @RpcDefault(value = "0") in displayGetRealMetrics()
DLocationFacade.java31 import com.googlecode.android_scripting.rpc.RpcDefault;
140 …tance", description = "minimum time between updates in milliseconds") @RpcDefault("60000") Integer… in startLocating()
141 …istance", description = "minimum distance between updates in meters") @RpcDefault("30") Integer mi… in startLocating()
173 …@RpcParameter(name = "maxResults", description = "maximum number of results") @RpcDefault("1") Int… in geocode()
DToneGeneratorFacade.java24 import com.googlecode.android_scripting.rpc.RpcDefault;
43 …toneDuration", description = "duration of each tone in milliseconds") @RpcDefault("100") Integer t… in generateDtmfTones()
DCameraFacade.java40 import com.googlecode.android_scripting.rpc.RpcDefault;
89 @RpcParameter(name = "useAutoFocus") @RpcDefault("true") Boolean useAutoFocus, in cameraCapturePicture()
90 …@RpcParameter(name = "cameraId", description = "Id of camera to use. SDK 9") @RpcDefault("0") Inte… in cameraCapturePicture()
DEventFacade.java35 import com.googlecode.android_scripting.rpc.RpcDefault;
100 … "Should this events be added to the event queue or only dispatched") @RpcDefault(value = "true") … in eventRegisterForBroadcast()
157 @RpcParameter(name = "number_of_events") @RpcDefault("1") Integer number_of_events) { in eventPoll()
275 …vents to be added to the event queue, just dispatched.") @RpcOptional @RpcDefault("false") Boolean… in eventPost()
DSettingsFacade.java43 import com.googlecode.android_scripting.rpc.RpcDefault;
267 @RpcDefault("") in setDevicePassword()
285 @RpcDefault("1111") in disableDevicePassword()
349 @RpcOptional @RpcDefault(value = "true") Boolean enabled) { in setMobileDataEnabled()
DAndroidFacade.java57 import com.googlecode.android_scripting.rpc.RpcDefault;
489 @RpcOptional @RpcDefault(value = "copiedText") in setTextClip()
774 @RpcDefault("300") in vibrate()
836 @RpcDefault("SL4A Input") in getInput()
839 @RpcDefault("Please enter value:") in getInput()
848 @RpcDefault("SL4A Password Input") in getPassword()
851 @RpcDefault("Please enter password:") in getPassword()
DSensorManagerFacade.java28 import com.googlecode.android_scripting.rpc.RpcDefault;
254 …, description = "number of samples for calculating average readings") @RpcDefault("5") Integer sam… in startSensing()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/webcam/
DWebCamFacade.java43 import com.googlecode.android_scripting.rpc.RpcDefault;
195 @RpcDefault("0") in webcamStart()
198 @RpcDefault("20") in webcamStart()
203 @RpcDefault("0") in webcamStart()
262 @RpcDefault("0") in webcamAdjustQuality()
265 @RpcDefault("20") in webcamAdjustQuality()
383 @RpcDefault("0") in cameraStartPreview()
386 @RpcDefault("20") in cameraStartPreview()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelecomManagerFacade.java44 import com.googlecode.android_scripting.rpc.RpcDefault;
133 @RpcDefault("false") in telecomShowInCallScreen()
279 @RpcDefault("false") in telecomCall()
301 @RpcDefault("false") in telecomCallContentUri()
349 @RpcDefault("false") in telecomCallNumber()
363 @RpcDefault("false") in telecomCallTelUri()
DTelephonyManagerFacade.java67 import com.googlecode.android_scripting.rpc.RpcDefault;
1268 @RpcParameter(name = "type") @RpcOptional @RpcDefault("") in telephonySetAPN()
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java493 if (a instanceof RpcDefault) { in getDefaultValue()
494 RpcDefault defaultAnnotation = (RpcDefault) a; in getDefaultValue()
531 if (a instanceof RpcDefault || a instanceof RpcOptional) { in hasDefaultValue()
546 if (a instanceof RpcDefault) { in hasExplicitDefaultValue()
DRpcDefault.java31 public @interface RpcDefault { annotation