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