/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
H A D | ChannelImplTest.java | 276 new ChannelImpl.Builder().setInputId("1").setDisplayNumber("2").build()); in testComparator() 278 new ChannelImpl.Builder().setInputId("2").setDisplayNumber("1.0").build()); in testComparator() 284 .setDisplayNumber("1.62") in testComparator() 289 .setDisplayNumber("1.62") in testComparator() 294 .setDisplayNumber("1.62") in testComparator() 298 new ChannelImpl.Builder().setInputId("2").setDisplayNumber("2.0").build()); in testComparator() 301 new ChannelImpl.Builder().setInputId("2").setDisplayNumber("12.2").build()); in testComparator()
|
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
H A D | EpgTestData.java | 40 .setDisplayNumber("10") 46 .setDisplayNumber("11") 51 .setDisplayNumber("90.2") 185 .setDisplayNumber(original.getDisplayNumber())
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | DirectoryPartition.java | 176 public void setDisplayNumber(boolean displayNumber) { in setDisplayNumber() method in DirectoryPartition
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ISub.aidl | 174 int setDisplayNumber(String number, int subId); in setDisplayNumber() method
|
/aosp12/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/ |
H A D | ChannelScanFragment.java | 232 .setDisplayNumber(number) in createFakeChannel()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
H A D | SearchContactViewHolder.java | 299 contact.setDisplayNumber(number); in getDialerContact()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SubscriptionControllerTest.java | 218 mSubscriptionControllerUT.setDisplayNumber(disNum, subID); in testChangeSIMProperty() 1549 mSubscriptionControllerUT.setDisplayNumber(DISPLAY_NUMBER, secondSubId); in testGetActiveSubscriptionInfoListWithCarrierPrivilegesOnOneSubId() 1722 mSubscriptionControllerUT.setDisplayNumber(DISPLAY_NUMBER, getFirstSubId()); in setupReadPhoneNumbersTest()
|
/aosp12/packages/apps/TV/src/com/android/tv/data/ |
H A D | ChannelImpl.java | 510 public Builder setDisplayNumber(String displayNumber) { in setDisplayNumber() method in ChannelImpl.Builder
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MapClientContent.java | 107 mSubscriptionManager.setDisplayNumber(mPhoneNumber, mSubscriptionId); in MapClientContent()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 1965 public int setDisplayNumber(String number, int subId) { in setDisplayNumber() method in SubscriptionManager 1971 (iSub)-> iSub.setDisplayNumber(number, subId) in setDisplayNumber()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | RuimRecords.java | 826 SubscriptionManager.from(mContext).setDisplayNumber(mMdn, subId); in onAllRecordsLoaded()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionInfoUpdater.java | 539 mSubscriptionController.setDisplayNumber(msisdn, subId); in handleSimLoaded()
|
H A D | SubscriptionController.java | 2037 public int setDisplayNumber(String number, int subId) { in setDisplayNumber() method in SubscriptionController
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | CallLogListItemViewHolder.java | 1106 contact.setDisplayNumber(displayNumber); in buildContact()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87560 Lcom/android/internal/telephony/ISub$Stub$Proxy;->setDisplayNumber(Ljava/lang/String;I)I 87626 Lcom/android/internal/telephony/ISub;->setDisplayNumber(Ljava/lang/String;I)I
|