Home
last modified time | relevance | path

Searched refs:getSecondaryLabel (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/
DTextClassificationTest.java110 assertEquals(secondaryLabel0, result.getSecondaryLabel(0)); in testParcel()
118 assertEquals(secondaryLabel1, result.getSecondaryLabel(1)); in testParcel()
123 assertEquals(null, result.getSecondaryLabel(2)); in testParcel()
131 assertEquals(null, result.getSecondaryLabel(3)); in testParcel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNightDisplayTile.java109 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState()
117 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
DHotspotTile.java159 state.secondaryLabel = getSecondaryLabel( in handleUpdateState()
164 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
DBluetoothTile.java138 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState()
180 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
DWifiTile.java179 state.secondaryLabel = getSecondaryLabel(isTransient, cb.statusLabel); in handleUpdateState()
219 private CharSequence getSecondaryLabel(boolean isTransient, String statusLabel) { in getSecondaryLabel() method in WifiTile
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
DTextClassification.java202 public CharSequence getSecondaryLabel(int index) { in getSecondaryLabel() method in TextClassification
/frameworks/support/textclassifier/api_legacy/
Dcurrent.txt14 method public java.lang.CharSequence getSecondaryLabel(int);
D28.0.0-alpha1.txt14 method public java.lang.CharSequence getSecondaryLabel(int);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DPlaybackControlsRow.java152 public String getSecondaryLabel(int index) { in getSecondaryLabel() method in PlaybackControlsRow.MultiAction
/frameworks/support/leanback/api/
Dcurrent.txt2473 method public java.lang.String getSecondaryLabel(int);
/frameworks/support/leanback/api_legacy/
Dcurrent.txt2461 method public java.lang.String getSecondaryLabel(int);
D27.0.0.txt2476 method public java.lang.String getSecondaryLabel(int);
D27.1.0.txt2461 method public java.lang.String getSecondaryLabel(int);
D28.0.0-alpha1.txt2461 method public java.lang.String getSecondaryLabel(int);
D26.1.0.txt2554 method public java.lang.String getSecondaryLabel(int);
D26.0.0.txt2554 method public java.lang.String getSecondaryLabel(int);
/frameworks/support/api/
D22.0.0.txt1088 method public java.lang.String getSecondaryLabel(int);
D22.1.0.txt1203 method public java.lang.String getSecondaryLabel(int);
D22.2.0.txt1542 method public java.lang.String getSecondaryLabel(int);
D22.2.1.txt1555 method public java.lang.String getSecondaryLabel(int);
D25.2.0.txt3406 method public java.lang.String getSecondaryLabel(int);
D25.0.0.txt3062 method public java.lang.String getSecondaryLabel(int);
D24.2.0.txt3008 method public java.lang.String getSecondaryLabel(int);
D23.0.0.txt1973 method public java.lang.String getSecondaryLabel(int);
D23.1.1.txt2195 method public java.lang.String getSecondaryLabel(int);

12