HomeSort by relevance Sort by last modified time
    Searched refs:disName (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionControllerTest.java 221 String disName = "TESTING";
231 mSubscriptionControllerUT.setDisplayName(disName, subID);
241 assertEquals(disName, subInfo.getDisplayName());
262 String disName = "TESTING";
264 mSubscriptionControllerUT.setDisplayNameUsingSrc(disName, subID, nameSource);
268 assertEquals(disName, subInfo.getDisplayName());
  /external/icu/icu4c/source/test/cintltst/
capitst.c 274 UChar *disName;
365 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
366 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
367 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) );
368 free(disName);
434 disName=(UChar*)malloc(sizeof(UChar) * (len+1));
435 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
436 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) );
437 free(disName);
    [all...]

Completed in 77 milliseconds