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

  /external/icu4c/test/intltest/
icusvtst.cpp 739 // Rad dude's surfer gal 'replaces' Later's surfer gal
757 UnicodeString* gal = (UnicodeString*)service.get(id, &actualID, status); local
758 if (gal != NULL) {
762 logln("found actual: " + *gal + " with display name: " + displayName);
766 logln("found actual: " + *gal + " with display name: " + displayName);
769 delete gal;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 504 long gal = mPrefs.getLong(GoogleAccountLogin.PREF_AUTOLOGIN_TIME, -1); local
507 .putLong(GoogleAccountLogin.PREF_AUTOLOGIN_TIME, gal)
    [all...]

Completed in 393 milliseconds