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