Searched refs:DLG_CLEAR_APP (Results 1 – 3 of 3) sorted by relevance
54 public static final int DLG_CLEAR_APP = DLG_BASE + 1; field in InstantAppButtonsController82 clearDataButton.setOnClickListener(v -> mShowDialogDelegate.showDialog(DLG_CLEAR_APP)); in bindButtons()86 if (id == DLG_CLEAR_APP) { in createDialog()
319 when(mockController.createDialog(InstantAppButtonsController.DLG_CLEAR_APP)) in instantApps_buttonControllerHandlesDialog()321 assertThat(mAppDetail.createDialog(InstantAppButtonsController.DLG_CLEAR_APP, 0)) in instantApps_buttonControllerHandlesDialog()323 verify(mockController).createDialog(InstantAppButtonsController.DLG_CLEAR_APP); in instantApps_buttonControllerHandlesDialog()
150 verify(mockShowDialogDelegate).showDialog(InstantAppButtonsController.DLG_CLEAR_APP); in testClearListenerShowsDialog()