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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
ZenModePanelTest.java 48 Uri mForeverId;
56 mForeverId = Condition.newId(mContext).appendPath("forever").build();
65 assertEquals(mForeverId, mPanel.getConditionTagAt(0).condition.id);
78 Condition forever = new Condition(mForeverId, "", Condition.STATE_TRUE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenModePanel.java 104 private final Uri mForeverId;
146 mForeverId = Condition.newId(mContext).appendPath("forever").build();
575 return new Condition(mForeverId, foreverSummary(mContext), "", "", 0 /*icon*/,
640 return c != null && mForeverId.equals(c.id);
    [all...]

Completed in 113 milliseconds