Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/wakelock/
DWakeLockTest.java74 boolean[] ran = new boolean[1]; in wakeLock_wrap()
77 ran[0] = true; in wakeLock_wrap()
81 assertFalse(ran[0]); in wakeLock_wrap()
85 assertTrue(ran[0]); in wakeLock_wrap()
/frameworks/base/libs/hwui/tests/unit/
DThreadBaseTests.cpp44 std::atomic_bool ran(false); in TEST() local
45 queue().post([&ran]() { ran = true; }); in TEST()
46 for (int i = 0; !ran && i < 1000; i++) { in TEST()
49 ASSERT_TRUE(ran) << "Failed to flip atomic after 1 second"; in TEST()
DCommonPoolTests.cpp31 std::atomic_bool ran(false); in TEST() local
32 CommonPool::post([&ran] { ran = true; }); in TEST()
33 for (int i = 0; !ran && i < 1000; i++) { in TEST()
36 EXPECT_TRUE(ran) << "Failed to flip atomic after 1 second"; in TEST()
/frameworks/base/telephony/java/android/telephony/
DRadioAccessSpecifier.java73 public RadioAccessSpecifier(int ran, int[] bands, int[] channels) { in RadioAccessSpecifier() argument
74 this.mRadioAccessNetwork = ran; in RadioAccessSpecifier()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java263 final boolean[] ran = {false}; in testStartPreHideAnimation_notifiesView()
264 final Runnable r = () -> ran[0] = true; in testStartPreHideAnimation_notifiesView()
266 Assert.assertTrue("Callback should have been invoked", ran[0]); in testStartPreHideAnimation_notifiesView()
268 ran[0] = false; in testStartPreHideAnimation_notifiesView()
272 Assert.assertFalse("Callback should have been deferred", ran[0]); in testStartPreHideAnimation_notifiesView()
/frameworks/base/cmds/am/proto/
Dinstrumentation_data.proto46 * The command ran successfully. This does not imply that the tests passed.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java639 int[] thresholdsDbm, int ran, Message result) { in setSignalStrengthReportingCriteria() argument
644 int hysteresisUlKbps, int[] thresholdsDlKbps, int[] thresholdsUlKbps, int ran, in setLinkCapacityReportingCriteria() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java639 int[] thresholdsDbm, int ran, Message result) { in setSignalStrengthReportingCriteria() argument
644 int hysteresisUlKbps, int[] thresholdsDlKbps, int[] thresholdsUlKbps, int ran, in setLinkCapacityReportingCriteria() argument
/frameworks/base/core/proto/android/server/
Djobscheduler.proto525 // The total amount of time the app ran in its respective bucket window size.
529 // The total amount of time the app ran in the last
554 // The number of jobs that ran in at least the last
566 // The number of {@link TimingSession}s that ran in at least the last
586 // The number of background jobs that ran during this session.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java2230 int ran, Message result); in setSignalStrengthReportingCriteria() argument
2248 int hysteresisUlKbps, int[] thresholdsDlKbps, int[] thresholdsUlKbps, int ran, in setLinkCapacityReportingCriteria() argument
DGsmCdmaPhone.java3608 public void setSignalStrengthReportingCriteria(int[] thresholds, int ran) { in setSignalStrengthReportingCriteria() argument
3610 thresholds, ran, null); in setSignalStrengthReportingCriteria()
3614 public void setLinkCapacityReportingCriteria(int[] dlThresholds, int[] ulThresholds, int ran) { in setLinkCapacityReportingCriteria() argument
3616 REPORTING_HYSTERESIS_KBPS, dlThresholds, ulThresholds, ran, null); in setLinkCapacityReportingCriteria()
DPhone.java3824 public void setSignalStrengthReportingCriteria(int[] thresholds, int ran) { in setSignalStrengthReportingCriteria() argument
3829 public void setLinkCapacityReportingCriteria(int[] dlThresholds, int[] ulThresholds, int ran) { in setLinkCapacityReportingCriteria() argument
DRIL.java4341 int[] thresholdsDbm, int ran, Message result) { in setSignalStrengthReportingCriteria() argument
4362 convertRanToHalRan(ran)); in setSignalStrengthReportingCriteria()
4371 int hysteresisUlKbps, int[] thresholdsDlKbps, int[] thresholdsUlKbps, int ran, in setLinkCapacityReportingCriteria() argument
4394 primitiveArrayToArrayList(thresholdsUlKbps), convertRanToHalRan(ran)); in setLinkCapacityReportingCriteria()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1393 int[] thresholdsDbm, int ran, Message result) { in setSignalStrengthReportingCriteria() argument
1398 int hysteresisUlKbps, int[] thresholdsDlKbps, int[] thresholdsUlKbps, int ran, in setLinkCapacityReportingCriteria() argument
DSimulatedCommands.java2235 int[] thresholdsDbm, int ran, Message result) { in setSignalStrengthReportingCriteria() argument
2240 int hysteresisUlKbps, int[] thresholdsDlKbps, int[] thresholdsUlKbps, int ran, in setLinkCapacityReportingCriteria() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md179 [==========] 1546 tests from 165 test cases ran. (2529 ms total)
199 [==========] 3 tests from 1 test case ran. (2 ms total)
/frameworks/base/cmds/statsd/src/
Datoms.proto2681 // Volume that ran out of storage.