Home
last modified time | relevance | path

Searched refs:DeviceInfoUtils (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DDeviceInfoUtilsTest.java51 assertThat(DeviceInfoUtils.formatKernelVersion(mContext, uname)).isEqualTo(expected); in formatKernelVersion_regularInputVersion_shouldStripOptionalValues()
65 assertThat(DeviceInfoUtils.formatKernelVersion(mContext, uname)).isEqualTo(expected); in formatKernelVersion_nonRegularInputVersion_shouldBeUnavailable()
72 assertThat(DeviceInfoUtils.formatKernelVersion(mContext, null)).isEqualTo(expected); in formatKernelVersion_nullInputVersion_shouldBeUnavailable()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DDeviceInfoUtils.java49 public class DeviceInfoUtils { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java71 import com.android.settingslib.DeviceInfoUtils;
620 final String phoneNumber = DeviceInfoUtils.getBidiFormattedPhoneNumber(context, in getUniqueSubscriptionDisplayNames()