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

  /packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
PhoneLookupInfoConsolidator.java 45 NameSource.NONE,
46 NameSource.CP2_DEFAULT_DIRECTORY,
47 NameSource.CP2_EXTENDED_DIRECTORY,
48 NameSource.PEOPLE_API
50 @interface NameSource {
60 * <p>Each source is one of the values in NameSource, as defined above.
76 NameSource.CP2_DEFAULT_DIRECTORY,
77 NameSource.CP2_EXTENDED_DIRECTORY,
78 NameSource.PEOPLE_API);
80 private final @NameSource int nameSource
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 141 CharSequence carrierName, int nameSource, int iconTint, String number, int roaming,
143 this(id, iccId, simSlotIndex, displayName, carrierName, nameSource, iconTint, number,
152 CharSequence carrierName, int nameSource, int iconTint, String number, int roaming,
155 this(id, iccId, simSlotIndex, displayName, carrierName, nameSource, iconTint, number,
163 CharSequence carrierName, int nameSource, int iconTint, String number, int roaming,
171 this.mNameSource = nameSource;
424 int nameSource = source.readInt();
437 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso,
493 + " nameSource=" + mNameSource + " iconTint=" + mIconTint
SubscriptionManager.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 138 * @param nameSource, 0: DEFAULT_SOURCE, 1: SIM_SOURCE, 2: USER_INPUT
141 int setDisplayNameUsingSrc(String displayName, int subId, long nameSource);
  /frameworks/rs/driver/runtime/
rs_element.c 58 const char *nameSource = element->mHal.state.fieldNames[index];
60 name[i] = nameSource[i];
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionControllerTest.java 263 long nameSource = 1;
264 mSubscriptionControllerUT.setDisplayNameUsingSrc(disName, subID, nameSource);
269 assertEquals(nameSource, subInfo.getNameSource());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 282 int nameSource = cursor.getInt(cursor.getColumnIndexOrThrow(
315 + simSlotIndex + " displayName:" + displayName + " nameSource:" + nameSource
328 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso,
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionControllerMock.java 160 public int setDisplayNameUsingSrc(String displayName, int subId, long nameSource) {
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 238 milliseconds