Home
last modified time | relevance | path

Searched refs:NO_LABEL (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/widget/
DEmptyContentView.java37 public static final int NO_LABEL = 0; field in EmptyContentView
75 if (resourceId == NO_LABEL) { in setDescription()
85 if (resourceId == NO_LABEL) { in setImage()
96 if (resourceId == NO_LABEL) { in setActionLabel()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java62 public static final int NO_LABEL = 0; field in KeyboardLayoutSetNavigateMoreKeysBase.ExpectedMoreKey
69 mLabelResId = NO_LABEL; in ExpectedMoreKey()
109 if (expectedLabelResId == ExpectedMoreKey.NO_LABEL) { in doTestMoreKeysOf()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java531 emptyListView.setActionLabel(EmptyContentView.NO_LABEL); in updateEmptyMessage()
535 emptyListView.setActionLabel(EmptyContentView.NO_LABEL); in updateEmptyMessage()