HomeSort by relevance Sort by last modified time
    Searched refs:setExposed (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 206 setExposed(true /* exposed */, needsFalsingProtection);
253 setExposed(false, mNeedsFalsingProtection);
367 void setExposed(boolean exposed, boolean needsFalsingProtection) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationInfoTest.java 498 doNothing().when(guts).setExposed(anyBoolean(), anyBoolean());
526 doNothing().when(guts).setExposed(anyBoolean(), anyBoolean());
    [all...]

Completed in 403 milliseconds