Searched refs:getDefaultActions (Results 1 – 2 of 2) sorted by relevance
203 doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions(); in testShouldLogClose_backButton()222 doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions(); in testSingleTap_logAndDismiss()243 doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions(); in testSwipeDownLockscreen_logAndOpenQS()267 doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions(); in testSwipeDown_logAndOpenNotificationShade()358 doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions(); in testCreateActionItems_lockdownEnabled_doesShowLockdown()383 doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions(); in testCreateActionItems_lockdownDisabled_doesNotShowLockdown()448 doReturn(actions).when(mGlobalActionsDialogLite).getDefaultActions(); in testOnLockScreen_disableSmartLock()
548 protected String[] getDefaultActions() { in getDefaultActions() method in GlobalActionsDialogLite572 String[] defaultActions = getDefaultActions(); in createActionItems()