Searched refs:defaultDisplayId (Results 1 – 2 of 2) sorted by relevance
259 public @NonNull Configurator setDefaultDisplayId(int defaultDisplayId) { in setDefaultDisplayId() argument260 mDefaultDisplayId = defaultDisplayId; in setDefaultDisplayId()
75 final int defaultDisplayId = Configurator.getInstance().getDefaultDisplayId(); in BySelector() local76 mDisplayId = defaultDisplayId == INVALID_DISPLAY ? null : defaultDisplayId; in BySelector()