Searched defs:DLG_CLEAR_APP (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/instantapps/
H A DInstantAppButtonsController.java54 public static final int DLG_CLEAR_APP = DLG_BASE + 1; field in class:InstantAppButtonsController
82 clearDataButton.setOnClickListener(v -> mShowDialogDelegate.showDialog(DLG_CLEAR_APP));
86 if (id == DLG_CLEAR_APP) {

Completed in 23 milliseconds