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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarSignalPolicy.java 184 int qsType, boolean activityIn, boolean activityOut, String typeContentDescription,
198 state.typeContentDescription = typeContentDescription;
394 public String typeContentDescription;
415 Objects.equals(typeContentDescription, that.typeContentDescription);
423 typeContentDescription);
439 other.typeContentDescription = typeContentDescription;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CallbackHandler.java 127 final boolean activityOut, final String typeContentDescription,
134 activityIn, activityOut, typeContentDescription, description, isWide,
NetworkController.java 54 int qsType, boolean activityIn, boolean activityOut, String typeContentDescription,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooterImpl.java 419 if (TextUtils.equals(mInfo.typeContentDescription,
421 || TextUtils.equals(mInfo.typeContentDescription,
423 contentDescription.append(mInfo.typeContentDescription);
433 String typeContentDescription,
438 mInfo.typeContentDescription = typeContentDescription;
455 String typeContentDescription;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarMobileView.java 155 mMobileType.setContentDescription(mState.typeContentDescription);
180 mMobileType.setContentDescription(state.typeContentDescription);
SignalClusterView.java 292 int qsType, boolean activityIn, boolean activityOut, String typeContentDescription,
302 state.mMobileTypeDescription = typeContentDescription;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
CellularTile.java 248 int qsType, boolean activityIn, boolean activityOut, String typeContentDescription,
255 mInfo.dataContentDescription = typeContentDescription;

Completed in 181 milliseconds