Searched refs:RES_STRING_VAL_1 (Results 1 – 1 of 1) sorted by relevance
66 private static final String RES_STRING_VAL_1 = "Some message"; field in WifiStringResourceWrapperTest110 when(mResources.getString(eq(RES_ID_1), any())).thenReturn(RES_STRING_VAL_1); in setUp()