Searched refs:getMediaTransferThisDeviceName (Results 1 – 4 of 4) sorted by relevance
27 import static com.android.settingslib.media.PhoneMediaDevice.getMediaTransferThisDeviceName;118 .isEqualTo(getMediaTransferThisDeviceName(mContext)); in getName_returnCorrectName()
70 public static @NonNull String getMediaTransferThisDeviceName(@NonNull Context context) { in getMediaTransferThisDeviceName() method in PhoneMediaDevice97 name = getMediaTransferThisDeviceName(context); in getSystemRouteNameFromType()
110 name = PhoneMediaDevice.getMediaTransferThisDeviceName(context), in <lambda>()
572 assertThat(data.name).isEqualTo(PhoneMediaDevice.getMediaTransferThisDeviceName(context)) in mr2ReturnsSystemRouteWithNullName_isPhone_usePhoneName()