Searched refs:canForget (Results 1 – 13 of 13) sorted by relevance
120 when(mMockWifiEntry.canForget()).thenReturn(true); in updateState_canForget_forgetButtonShown()129 when(mMockWifiEntry.canForget()).thenReturn(false); in updateState_canNotForget_forgetButtonHidden()
86 public boolean canForget() { in canForget() method in NetworkRequestEntry
347 public synchronized boolean canForget() { in canForget() method in PasspointWifiEntry353 if (!canForget()) { in forget()
403 public boolean canForget() { in canForget() method in StandardWifiEntry409 if (canForget()) { in forget()
526 public boolean canForget() { in canForget() method in WifiEntry
102 return getWifiEntry().canForget() in canForgetNetwork()
324 when(wifiEntry.canForget()).thenReturn(true); in onCreateContextMenu_shouldHaveForgetAndDisconnectMenuForConnectedWifiEntry()347 when(mWifiEntry.canForget()).thenReturn(true); in onCreateContextMenu_canShare_shouldHaveShareMenuForConnectedWifiEntry()369 when(mWifiEntry.canForget()).thenReturn(true); in onCreateContextMenu_canNotShare_shouldDisappearShareMenuForConnectedWifiEntry()
208 if (wifiEntry != null && wifiEntry.canForget()) { in onForget()
539 return mSelectedWifiEntry.canForget() && !WifiUtils.isNetworkLockedDown(getActivity(), in canForgetNetwork()
262 when(wifiEntry.canForget()).thenReturn(true); in onCreateContextMenu_shouldHaveForgetAndDisconnectMenuForConnectedWifiEntry()
1204 when(mMockWifiEntry.canForget()).thenReturn(true); in onUpdated_canForget_showForgetButton()1216 when(mMockWifiEntry.canForget()).thenReturn(false); in onUpdated_canNotForget_hideForgetButton()
943 return mWifiEntry.canForget() in canForgetNetwork()
609 return mSelectedWifiEntry.canForget() && !WifiUtils.isNetworkLockedDown(getActivity(), in canForgetNetwork()