/frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/ |
D | TextClassificationTest.java | 110 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/ |
D | NightDisplayTile.java | 109 state.secondaryLabel = getSecondaryLabel(state.value); in handleUpdateState() 117 private String getSecondaryLabel(boolean isNightLightActivated) { in getSecondaryLabel() method in NightDisplayTile
|
D | HotspotTile.java | 159 state.secondaryLabel = getSecondaryLabel( in handleUpdateState() 164 private String getSecondaryLabel(boolean isActive, boolean isTransient, in getSecondaryLabel() method in HotspotTile
|
D | BluetoothTile.java | 138 getSecondaryLabel(enabled, connecting, connected, state.isTransient)); in handleUpdateState() 180 private String getSecondaryLabel(boolean enabled, boolean connecting, boolean connected, in getSecondaryLabel() method in BluetoothTile
|
D | WifiTile.java | 179 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/ |
D | TextClassification.java | 202 public CharSequence getSecondaryLabel(int index) { in getSecondaryLabel() method in TextClassification
|
/frameworks/support/textclassifier/api_legacy/ |
D | current.txt | 14 method public java.lang.CharSequence getSecondaryLabel(int);
|
D | 28.0.0-alpha1.txt | 14 method public java.lang.CharSequence getSecondaryLabel(int);
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
D | PlaybackControlsRow.java | 152 public String getSecondaryLabel(int index) { in getSecondaryLabel() method in PlaybackControlsRow.MultiAction
|
/frameworks/support/leanback/api/ |
D | current.txt | 2473 method public java.lang.String getSecondaryLabel(int);
|
/frameworks/support/leanback/api_legacy/ |
D | current.txt | 2461 method public java.lang.String getSecondaryLabel(int);
|
D | 27.0.0.txt | 2476 method public java.lang.String getSecondaryLabel(int);
|
D | 27.1.0.txt | 2461 method public java.lang.String getSecondaryLabel(int);
|
D | 28.0.0-alpha1.txt | 2461 method public java.lang.String getSecondaryLabel(int);
|
D | 26.1.0.txt | 2554 method public java.lang.String getSecondaryLabel(int);
|
D | 26.0.0.txt | 2554 method public java.lang.String getSecondaryLabel(int);
|
/frameworks/support/api/ |
D | 22.0.0.txt | 1088 method public java.lang.String getSecondaryLabel(int);
|
D | 22.1.0.txt | 1203 method public java.lang.String getSecondaryLabel(int);
|
D | 22.2.0.txt | 1542 method public java.lang.String getSecondaryLabel(int);
|
D | 22.2.1.txt | 1555 method public java.lang.String getSecondaryLabel(int);
|
D | 25.2.0.txt | 3406 method public java.lang.String getSecondaryLabel(int);
|
D | 25.0.0.txt | 3062 method public java.lang.String getSecondaryLabel(int);
|
D | 24.2.0.txt | 3008 method public java.lang.String getSecondaryLabel(int);
|
D | 23.0.0.txt | 1973 method public java.lang.String getSecondaryLabel(int);
|
D | 23.1.1.txt | 2195 method public java.lang.String getSecondaryLabel(int);
|