/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ResultObjects/ |
D | ResultObject.java | 27 private HashMap<BaseResultsDialog.ResultType, Boolean> mResults; 34 public ResultObject(HashMap<BaseResultsDialog.ResultType, Boolean> results) { in ResultObject() 42 for (Boolean result : mResults.values()) { in hasPassed() 53 public HashMap<AccuracyResultDialog.ResultType, Boolean> getResults() { in getResults()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | ServiceWorkerClientTest.java | 161 Callable<Boolean> registrationSuccess = new Callable<Boolean>() { in testServiceWorkerClientInterceptCallback() 163 public Boolean call() { in testServiceWorkerClientInterceptCallback() 170 Callable<Boolean> receivedRequest = new Callable<Boolean>() { in testServiceWorkerClientInterceptCallback() 172 public Boolean call() { in testServiceWorkerClientInterceptCallback() 186 Callable<Boolean> unregisterSuccess = new Callable<Boolean>() { in testServiceWorkerClientInterceptCallback() 188 public Boolean call() { in testServiceWorkerClientInterceptCallback()
|
D | GeolocationTest.java | 343 Callable<Boolean> receivedRequest = new Callable<Boolean>() { in testSimpleGeolocationRequestAcceptOnce() 345 public Boolean call() { in testSimpleGeolocationRequestAcceptOnce() 350 Callable<Boolean> receivedLocation = new Callable<Boolean>() { in testSimpleGeolocationRequestAcceptOnce() 352 public Boolean call() { in testSimpleGeolocationRequestAcceptOnce() 405 android.webkit.ValueCallback<Boolean> { 421 public void onReceiveValue(Boolean value) { in onReceiveValue() 437 Callable<Boolean> receivedRequest = new Callable<Boolean>() { in testSimpleGeolocationRequestAcceptAlways() 439 public Boolean call() { in testSimpleGeolocationRequestAcceptAlways() 444 Callable<Boolean> receivedLocation = new Callable<Boolean>() { in testSimpleGeolocationRequestAcceptAlways() 446 public Boolean call() { in testSimpleGeolocationRequestAcceptAlways() [all …]
|
D | TracingControllerTest.java | 91 Callable<Boolean> getCompleteCallable() { in getCompleteCallable() 92 return new Callable<Boolean>() { in getCompleteCallable() 94 public Boolean call() { in getCompleteCallable() 144 Callable<Boolean> tracingStopped = new Callable<Boolean>() { 146 public Boolean call() {
|
D | CookieManagerTest.java | 181 final ValueCallback<Boolean> callback = new ValueCallback<Boolean>() { in testSetCookieCallback() 183 public void onReceiveValue(Boolean success) { in testSetCookieCallback() 275 final ValueCallback<Boolean> callback = new ValueCallback<Boolean>() { in testRemoveCookiesCallback() 277 public void onReceiveValue(Boolean n) { in testRemoveCookiesCallback() 414 private void removeAllCookiesOnUiThread(final ValueCallback<Boolean> callback) { in removeAllCookiesOnUiThread() 423 private void removeSessionCookiesOnUiThread(final ValueCallback<Boolean> callback) { in removeSessionCookiesOnUiThread() 433 final ValueCallback<Boolean> callback) { in setCookieOnUiThread()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | WipeDataWithReasonVerificationTest.java | 27 Boolean wipeDataTitleExist = uiDevice.wait(Until.hasObject(By.text(WIPE_DATA_TITLE)), in testWipeDataWithReasonVerification() 29 Boolean wipeDataReasonExist = uiDevice.wait(Until.hasObject(By.text(TEST_WIPE_DATA_REASON)), in testWipeDataWithReasonVerification() 33 assertEquals("Wipe notification title not found", Boolean.TRUE, wipeDataTitleExist); in testWipeDataWithReasonVerification() 35 Boolean.TRUE, wipeDataReasonExist); in testWipeDataWithReasonVerification()
|
/cts/tests/app/src/android/app/cts/ |
D | IntentServiceTest.java | 64 new Callable<Boolean>() { in testIntents() 66 public Boolean call() throws Exception { in testIntents() 71 PollingCheck.check("accumulator not correct", TIMEOUT_MSEC, new Callable<Boolean>() { in testIntents() 73 public Boolean call() throws Exception { in testIntents() 78 PollingCheck.check("onDestroyCalled not called", TIMEOUT_MSEC, new Callable<Boolean>() { in testIntents() 80 public Boolean call() throws Exception { in testIntents()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | AudioRestrictionTest.java | 32 private final Callable<Boolean> mCheckIfMasterVolumeMuted = new Callable<Boolean>() { 34 public Boolean call() throws Exception { 131 waitUntil(true, new Callable<Boolean>() { in testDisallowUnmuteMicrophone() 133 public Boolean call() throws Exception { in testDisallowUnmuteMicrophone() 144 waitUntil(false, new Callable<Boolean>() { in testDisallowUnmuteMicrophone() 146 public Boolean call() throws Exception { in testDisallowUnmuteMicrophone()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewOnUiThread.java | 289 return getValue(new ValueGetter<Boolean>() { in canZoomIn() 291 public Boolean capture() { in canZoomIn() 298 return getValue(new ValueGetter<Boolean>() { 300 public Boolean capture() { 307 return getValue(new ValueGetter<Boolean>() { 309 public Boolean capture() { 316 return getValue(new ValueGetter<Boolean>() { 318 public Boolean capture() { 575 new Callable<Boolean>() { 577 public Boolean call() { [all …]
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | ServiceRunnerActivity.java | 38 private Boolean mSuccess; 40 public synchronized Boolean getSuccess() { in getSuccess() 57 mActivity.mSuccess = Boolean.TRUE; in handleMessage() 64 mActivity.mSuccess = Boolean.FALSE; in handleMessage()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeEvent.java | 33 Boolean, enumConstant 46 if (object instanceof Boolean) { in getReturnTypeFromObject() 47 return ReturnType.Boolean; in getReturnTypeFromObject() 102 case Boolean: in toBundle() 132 case Boolean: in fromBundle() 255 if (mReturnType != ReturnType.Boolean) { in getReturnBooleanValue() 258 return (Boolean) mReturnValue; in getReturnBooleanValue()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | LoaderTest.java | 196 private final LoaderManager.LoaderCallbacks<Boolean> mLoaderCallbacks = 197 new LoaderManager.LoaderCallbacks<Boolean>() { 199 public Loader<Boolean> onCreateLoader(int id, Bundle args) { 204 public void onLoadFinished(Loader<Boolean> loader, Boolean data) { 209 public void onLoaderReset(Loader<Boolean> loader) { 222 static class DummyLoader extends Loader<Boolean> {
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | SupportedBitstreamsProcessor.java | 37 private final Map<String, Map<String, Boolean>> mDecodersForPath = new HashMap<>(); 67 public Map<String, Boolean> getDecoderCapabilitiesForPath(String path) { in getDecoderCapabilitiesForPath() 78 args.put(MediaBitstreams.OPT_DEBUG_TARGET_DEVICE, Boolean.toString(mDebugTargetDevice)); in getArgs() 97 Map<String, Boolean> decoderCapabilities; in process()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | PutOverflowTest.java | 31 Boolean result = (Boolean)put.invoke(keystore, "crashFile", buffer, -1, 0); in testCrash()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | SampleDeviceInfo.java | 32 boolean[] booleans = {Boolean.TRUE, Boolean.FALSE}; in collectDeviceInfo() 40 store.addResult("foo_boolean", Boolean.TRUE); in collectDeviceInfo()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | PutOverflowTest.java | 33 Boolean result = (Boolean)put.invoke(keystore, "crashFile", buffer, -1, 0); in testCrash()
|
/cts/tests/tests/jvmti/attaching/src/android.jvmti.attaching.cts/ |
D | AttachingTest.java | 60 private Callable<Boolean> isAttachedFn; 63 Callable<Boolean> isAttachedFn) { in AttachingTest() 76 Callable<Boolean> success = AttachingTest::isAttached1; in data() 90 Callable<Boolean> success = AttachingTest::isAttached2; in data() 103 Callable<Boolean> success = AttachingTest::isAttached3; in data() 115 Callable<Boolean> success = () -> { in data()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | BundleUtils.java | 41 } else if (value instanceof Boolean) { in makeBundle() 42 ret.putBoolean(key, (Boolean) value); in makeBundle()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | StaticMetadataTest.java | 285 List<Pair<String, Boolean>> additionalRequirements = new ArrayList<>(); in validateCapability() 348 Boolean contrastCurveModeSupported = false; in validateCapability() 349 Boolean gammaAndPresetModeSupported = false; in validateCapability() 350 Boolean offColorAberrationModeSupported = false; in validateCapability() 370 Boolean tonemapModeQualified = in validateCapability() 372 additionalRequirements.add(new Pair<String, Boolean>( in validateCapability() 376 additionalRequirements.add(new Pair<String, Boolean>( in validateCapability() 378 additionalRequirements.add(new Pair<String, Boolean>( in validateCapability() 394 additionalRequirements.add(new Pair<String, Boolean>( in validateCapability() 438 for (Pair<String, Boolean> p : additionalRequirements) { in validateCapability() [all …]
|
/cts/tests/core/runner/src/com/android/cts/runner/ |
D | CtsTestRunListener.java | 207 private final Boolean mDefaultIs24Hour; 221 Boolean.toString(pm.hasSystemFeature(PackageManager.FEATURE_WIFI))); in TestEnvironment() 229 Boolean.toString(activityManager.isLowRamDevice())); in TestEnvironment() 245 private static Boolean getDateFormatIs24Hour() { in getDateFormatIs24Hour() 247 return (Boolean) sDateFormatIs24HourField.get(null); in getDateFormatIs24Hour() 253 private static void setDateFormatIs24Hour(Boolean value) { in setDateFormatIs24Hour()
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
D | WifiInfoTest.java | 142 PollingCheck.check("getNetworkId not -1", 20000, new Callable<Boolean>() { in testWifiInfoProperties() 144 public Boolean call() throws Exception { in testWifiInfoProperties() 150 PollingCheck.check("getWifiState not disabled", 20000, new Callable<Boolean>() { in testWifiInfoProperties() 152 public Boolean call() throws Exception { in testWifiInfoProperties()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | dhry_1.c | 25 Boolean Bool_Glob; 35 Boolean Reg = false; 40 Boolean Reg = true; 288 Boolean Bool_Loc; in Proc_4()
|
D | dhry_2.c | 135 Boolean Func_2 (Str_1_Par_Ref, Str_2_Par_Ref) in Func_2() 177 Boolean Func_3 (Enum_Par_Val) in Func_3()
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | NativeMediaActivity.java | 55 private final BlockingQueue<Boolean> mNativeWaitQ = new LinkedBlockingQueue<Boolean>(); 110 public Boolean waitForNativeMediaLifeCycle() throws InterruptedException { in waitForNativeMediaLifeCycle()
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | GenerateBitmapTask.java | 34 class GenerateBitmapTask extends AsyncTask<Void, Void, Boolean> { 65 protected Boolean doInBackground(Void... ignored) { in doInBackground()
|