/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | IccSmsInterfaceManagerTest.java | 162 Phone [] phones = {mPhone, mPhone2}; in testNotifyIfOutgoingEmergencySmsWithDualSim() local 163 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones); in testNotifyIfOutgoingEmergencySmsWithDualSim()
|
D | ConnectionTest.java | 183 Phone [] phones = {mPhone, mPhone2}; in testSetEmergencyCallInfo() local 184 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones); in testSetEmergencyCallInfo()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | MetricsCollector.java | 463 Phone[] phones = getPhonesIfAny(); in pullSupportedRadioAccessFamily() local 464 if (phones.length == 0) { in pullSupportedRadioAccessFamily() 479 Phone[] phones = getPhonesIfAny(); in pullCarrierIdTableVersion() local 480 if (phones.length == 0) { in pullCarrierIdTableVersion() 485 int version = phones[0].getCarrierIdListVersion(); in pullCarrierIdTableVersion() 636 Phone[] phones = getPhonesIfAny(); in pullDeviceTelephonyProperties() local 637 if (phones.length == 0) { in pullDeviceTelephonyProperties() 640 boolean isAutoDataSwitchOn = Arrays.stream(phones) in pullDeviceTelephonyProperties() 645 boolean hasDedicatedManagedProfileSub = Arrays.stream(phones) in pullDeviceTelephonyProperties()
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-switching.md | 9 …oller][2]. Multiple visual implementations are currently in use; one for phones/foldables ([UserSw…
|
D | scene.md | 5 the main components of System UI, on phones these are: the lockscreen, bouncer,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MultiSimSettingController.java | 1260 Phone[] phones = PhoneFactory.getPhones(); in registerDataSettingsControllerCallbackAsNeeded() local 1261 for (int i = mCallbacksCount; i < phones.length; i++) { in registerDataSettingsControllerCallbackAsNeeded() 1262 phones[i].getDataSettingsManager().registerCallback( in registerDataSettingsControllerCallbackAsNeeded() 1263 new DataSettingsControllerCallback(phones[i], this::post)); in registerDataSettingsControllerCallbackAsNeeded() 1265 mCallbacksCount = phones.length; in registerDataSettingsControllerCallbackAsNeeded()
|
D | PhoneFactory.java | 561 Phone[] phones = (Phone[])PhoneFactory.getPhones(); in dump() local 562 for (int i = 0; i < phones.length; i++) { in dump() 564 Phone phone = phones[i]; in dump()
|
/frameworks/base/libs/WindowManager/Shell/aconfig/ |
D | multitasking.aconfig | 94 description: "Enables Taskbar on phones"
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | overview.md | 18 (phones & tablets), TV, Auto, Arc++, and Wear to varying degrees.
|
D | threading.md | 26 (ie. phones))
|
D | sysui.md | 22 1) On phones: `WMComponent` includes `WMShellModule` which includes `WMShellBaseModule`
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
D | EmergencyStateTracker.java | 1977 Phone[] phones = mPhoneFactoryProxy.getPhones(); in maybeRejectIncomingCall() local 1978 if (phones == null) { in maybeRejectIncomingCall() 1986 for (Phone phone : phones) { in maybeRejectIncomingCall() 2027 Phone[] phones = mPhoneFactoryProxy.getPhones(); in registerForNewRingingConnection() local 2028 if (phones == null) { in registerForNewRingingConnection() 2032 for (Phone phone : phones) { in registerForNewRingingConnection()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyStateTrackerTest.java | 3390 List<Phone> phones = new ArrayList<>(2); in setupTestPhoneForEmergencyCall() local 3391 phones.add(testPhone0); in setupTestPhoneForEmergencyCall() 3392 phones.add(testPhone1); in setupTestPhoneForEmergencyCall() 3397 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones.toArray(new Phone[phones.size()])); in setupTestPhoneForEmergencyCall() 3403 Phone[] phones = mPhoneFactoryProxy.getPhones(); in getPhone() local 3404 return phones[phoneId]; in getPhone()
|
/frameworks/base/data/keyboards/ |
D | Virtual.kcm | 474 ### Special keys on phones ###
|
D | Generic.kcm | 477 ### Special keys on phones ###
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3282 // For multi-sim phones, this distinguishes between the sim cards. 3304 // For multi-sim phones, this distinguishes between the sim cards. 9383 * time_in_state files not being present on some phones, have not been addressed. These should be
|
/frameworks/base/boot/ |
D | preloaded-classes | 16 # Preloaded-classes filter file for phones.
|
/frameworks/base/config/ |
D | preloaded-classes | 16 # Preloaded-classes filter file for phones.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 23829 field public static final deprecated java.lang.String CONTENT_DIRECTORY = "phones";
|
/frameworks/base/core/api/ |
D | current.txt | 36036 field @Deprecated public static final String CONTENT_DIRECTORY = "phones";
|