/frameworks/base/core/java/android/bluetooth/le/ |
ScanSettings.java | 121 private ScanSettings(int scanMode, int callbackType, int scanResultType, 124 mCallbackType = callbackType; 190 * @param callbackType The callback type flags for the scan. 191 * @throws IllegalArgumentException If the {@code callbackType} is invalid. 195 public Builder setCallbackType(int callbackType) { 197 if (!isValidCallbackType(callbackType)) { 198 throw new IllegalArgumentException("invalid callback type - " + callbackType); 200 mCallbackType = callbackType; 204 // Returns true if the callbackType is valid. 205 private boolean isValidCallbackType(int callbackType) { [all...] |
ScanCallback.java | 50 * @param callbackType Determines how this callback was triggered. Currently could only be 54 public void onScanResult(int callbackType, ScanResult result) {
|
BluetoothLeScanner.java | 388 final int callbackType = settings.getCallbackType(); 390 if (callbackType == ScanSettings.CALLBACK_TYPE_ALL_MATCHES
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
CallbackInfo.java | 75 private static Type determineType(Class callbackType) { 79 if (info.cls.isAssignableFrom(callbackType)) { 87 throw new IllegalStateException("Unknown callback type " + callbackType); 92 private static CallbackGenerator getGenerator(Type callbackType) { 95 if (info.type.equals(callbackType)) { 99 throw new IllegalStateException("Unknown callback type " + callbackType);
|
Enhancer.java | 252 * @param callbackType the type of callback to use for all methods 255 public void setCallbackType(Class callbackType) { 256 setCallbackTypes(new Class[]{ callbackType }); [all...] |
/frameworks/base/core/java/android/view/ |
Choreographer.java | 283 * @param callbackType The callback type. 290 public void postCallback(int callbackType, Runnable action, Object token) { 291 postCallbackDelayed(callbackType, action, token, 0); 300 * @param callbackType The callback type. 308 public void postCallbackDelayed(int callbackType, 313 if (callbackType < 0 || callbackType > CALLBACK_LAST) { 314 throw new IllegalArgumentException("callbackType is invalid"); 317 postCallbackDelayedInternal(callbackType, action, token, delayMillis); 320 private void postCallbackDelayedInternal(int callbackType, [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ChildProcessLauncher.java | 352 int callbackType = CALLBACK_FOR_UNKNOWN_PROCESS; 356 callbackType = CALLBACK_FOR_RENDERER_PROCESS; 358 callbackType = CALLBACK_FOR_GPU_PROCESS; 384 callbackType, clientContext); 394 int callbackType, 415 // assert callbackType != CALLBACK_FOR_UNKNOWN_PROCESS; 419 createCallback(childProcessId, callbackType), 446 final int childProcessId, final int callbackType) { 459 if (callbackType != CALLBACK_FOR_GPU_PROCESS) { 470 if (callbackType != CALLBACK_FOR_GPU_PROCESS) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macasyncsocket.h | 71 CFSocketCallBackType callbackType,
|
macasyncsocket.cc | 397 CFSocketCallBackType callbackType, 410 switch (callbackType) {
|
/external/chromium_org/third_party/webrtc/base/ |
macasyncsocket.h | 77 CFSocketCallBackType callbackType,
|
macasyncsocket.cc | 403 CFSocketCallBackType callbackType, 416 switch (callbackType) {
|
/external/chromium_org/third_party/npapi/bindings/ |
npapi_extensions.h | 316 /* callbackType: The device specific callback type */ 324 int32_t callbackType, [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | [all...] |
/prebuilts/tools/common/cglib/ |
cglib-2.2.3.jar | |
cglib-nodep-2.2.3.jar | |
/prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/ |
cglib-nodep-2.2.2.jar | |
/external/robolectric/lib/test/ |
mockito-core-1.8.5.jar | |
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/ |
mockito-all-1.9.5.jar | |
/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/ |
mockito-core-1.9.5.jar | |
/prebuilts/sdk/21/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |