Home
last modified time | relevance | path

Searched refs:canShare (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DNetworkRequestEntry.java92 public synchronized boolean canShare() { in canShare() method in NetworkRequestEntry
DWifiEntry.java619 public boolean canShare() { in canShare() method in WifiEntry
DStandardWifiEntry.java447 public synchronized boolean canShare() { in canShare() method in StandardWifiEntry
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DStandardWifiEntryTest.java644 assertThat(pskWifiEntry.canShare()).isTrue(); in testCanShare_securityCanShare_shouldReturnTrue()
645 assertThat(wepWifiEntry.canShare()).isTrue(); in testCanShare_securityCanShare_shouldReturnTrue()
646 assertThat(openWifiEntry.canShare()).isTrue(); in testCanShare_securityCanShare_shouldReturnTrue()
647 assertThat(saeWifiEntry.canShare()).isTrue(); in testCanShare_securityCanShare_shouldReturnTrue()
648 assertThat(oweWifiEntry.canShare()).isTrue(); in testCanShare_securityCanShare_shouldReturnTrue()
659 assertThat(eapWifiEntry.canShare()).isFalse(); in testCanShare_securityCanNotShare_shouldReturnFalse()
660 assertThat(eapSuiteBWifiEntry.canShare()).isFalse(); in testCanShare_securityCanNotShare_shouldReturnFalse()
1736 assertThat(pskWifiEntry.canShare()).isFalse(); in testCanShare_isDemoMode_returnsFalse()
1763 assertThat(pskWifiEntry.canShare()).isFalse(); in testCanShare_UserRestrictionSet_returnsFalse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegateControllerTest.java1036 when(mConnectedEntry.canShare()).thenReturn(false); in getConfiguratorQrCodeGeneratorIntentOrNull_wifiNotShareable_returnNull()
1043 when(mConnectedEntry.canShare()).thenReturn(true); in getConfiguratorQrCodeGeneratorIntentOrNull_flagOff_returnNull()
1051 when(mConnectedEntry.canShare()).thenReturn(true); in getConfiguratorQrCodeGeneratorIntentOrNull_configurationNull_returnNull()
1060 when(mConnectedEntry.canShare()).thenReturn(true); in getConfiguratorQrCodeGeneratorIntentOrNull_wifiShareable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java1475 || mWifiManager == null || !wifiEntry.canShare()
/frameworks/base/core/java/android/widget/
DEditor.java3301 .setEnabled(mTextView.canShare()) in onCreateContextMenu()
4703 if (mTextView.canShare()) { in populateMenuWithItems()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69783 Landroid/widget/TextView;->canShare()Z