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

  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 120 public static final int PIN_LIMIT = 20;
629 if (changed && mDropEntryIndex < PIN_LIMIT) {
    [all...]
PhoneFavoriteTileView.java 113 // Drag is not available for the item exceeds the PIN_LIMIT.
114 if (parent.getRegularRowItemIndex() < PhoneFavoritesTileAdapter.PIN_LIMIT) {

Completed in 175 milliseconds