Home
last modified time | relevance | path

Searched refs:phones (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DIccSmsInterfaceManagerTest.java162 Phone [] phones = {mPhone, mPhone2}; in testNotifyIfOutgoingEmergencySmsWithDualSim() local
163 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones); in testNotifyIfOutgoingEmergencySmsWithDualSim()
DConnectionTest.java183 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/
DMetricsCollector.java463 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/
Duser-switching.md9 …oller][2]. Multiple visual implementations are currently in use; one for phones/foldables ([UserSw…
Dscene.md5 the main components of System UI, on phones these are: the lockscreen, bouncer,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java1260 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()
DPhoneFactory.java561 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/
Dmultitasking.aconfig94 description: "Enables Taskbar on phones"
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Doverview.md18 (phones & tablets), TV, Auto, Arc++, and Wear to varying degrees.
Dthreading.md26 (ie. phones))
Dsysui.md22 1) On phones: `WMComponent` includes `WMShellModule` which includes `WMShellBaseModule`
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyStateTracker.java1977 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/
DEmergencyStateTrackerTest.java3390 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/
DVirtual.kcm474 ### Special keys on phones ###
DGeneric.kcm477 ### Special keys on phones ###
/frameworks/proto_logging/stats/
Datoms.proto3282 // 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/
Dpreloaded-classes16 # Preloaded-classes filter file for phones.
/frameworks/base/config/
Dpreloaded-classes16 # Preloaded-classes filter file for phones.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23829 field public static final deprecated java.lang.String CONTENT_DIRECTORY = "phones";
/frameworks/base/core/api/
Dcurrent.txt36036 field @Deprecated public static final String CONTENT_DIRECTORY = "phones";