Searched refs:getStringResourceWrapper (Results 1 – 6 of 6) sorted by relevance
96 WifiStringResourceWrapper sr = mContext.getStringResourceWrapper( in onEapFailure()
412 WifiStringResourceWrapper wrapper = mWifiContext.getStringResourceWrapper(subId, carrierId); in getServerUrl()
2380 mContext.getStringResourceWrapper(getMatchingSubId(carrierId), carrierId); in isOobPseudonymFeatureEnabledInResource()
227 public WifiStringResourceWrapper getStringResourceWrapper(int subId, int carrierId) { in getStringResourceWrapper() method in WifiContext
238 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()
101 when(mContext.getStringResourceWrapper(anyInt(), anyInt())).thenReturn(mResourceWrapper); in setUp()