HomeSort by relevance Sort by last modified time
    Searched defs:isBackground (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
TestUtilsMatchers.java 83 public static Matcher isBackground(@ColorInt final int color) {
84 return isBackground(color, false);
91 public static Matcher isBackground(@ColorInt final int color, final boolean onlyTestCenter) {
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 327 if (isBackground(state.state)) {
344 if (!isBackground(state.state)) {
375 protected boolean isBackground(int state) {
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 419 bool isBackground() { return state == RIL_CALL_HOLDING; }
625 if (iter->second.isBackground()) {
641 if (iter->second.isBackground()) {
666 if (iter->second.isBackground()) {
    [all...]

Completed in 99 milliseconds