Home
last modified time | relevance | path

Searched refs:getStringResourceWrapper (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiContext.java209 public WifiStringResourceWrapper getStringResourceWrapper(int subId, int carrierId) { in getStringResourceWrapper() method in WifiContext
/packages/modules/Wifi/service/java/com/android/server/wifi/
DEapFailureNotifier.java90 WifiStringResourceWrapper sr = mContext.getStringResourceWrapper( in onEapFailure()
DWifiPseudonymManager.java394 WifiStringResourceWrapper wrapper = mWifiContext.getStringResourceWrapper(subId, carrierId); in getServerUrl()
DWifiCarrierInfoManager.java2311 mContext.getStringResourceWrapper(getMatchingSubId(carrierId), carrierId); in isOobPseudonymFeatureEnabledInResource()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java227 when(mContext.getStringResourceWrapper(anyInt(), anyInt())) in setUp()
398 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in receivedDefaultDataSubChangedIntent()
427 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in restoreAutoJoinForOobPseudonymEnabled()
464 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in restoreAutoJoinForOobPseudonymDisabled()
593 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in availableOfImsiEncryptionInfoIsUpdatedAndOobPseudonymIsUpdated()
DEapFailureNotifierTest.java100 when(mContext.getStringResourceWrapper(anyInt(), anyInt())).thenReturn(mResourceWrapper); in setUp()