Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DEapFailureNotifier.java96 WifiStringResourceWrapper sr = mContext.getStringResourceWrapper( in onEapFailure()
DWifiPseudonymManager.java412 WifiStringResourceWrapper wrapper = mWifiContext.getStringResourceWrapper(subId, carrierId); in getServerUrl()
DWifiCarrierInfoManager.java2380 mContext.getStringResourceWrapper(getMatchingSubId(carrierId), carrierId); in isOobPseudonymFeatureEnabledInResource()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiContext.java227 public WifiStringResourceWrapper getStringResourceWrapper(int subId, int carrierId) { in getStringResourceWrapper() method in WifiContext
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java238 when(mContext.getStringResourceWrapper(anyInt(), anyInt())) in setUp()
409 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in receivedDefaultDataSubChangedIntent()
438 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in restoreAutoJoinForOobPseudonymEnabled()
475 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in restoreAutoJoinForOobPseudonymDisabled()
604 when(mContext.getStringResourceWrapper(eq(NON_DATA_SUBID), eq(NON_DATA_CARRIER_ID))) in availableOfImsiEncryptionInfoIsUpdatedAndOobPseudonymIsUpdated()
DEapFailureNotifierTest.java101 when(mContext.getStringResourceWrapper(anyInt(), anyInt())).thenReturn(mResourceWrapper); in setUp()