Home
last modified time | relevance | path

Searched refs:getStatusDescription (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java323 .getStatusDescription(this, mTransInfo.mStatus, mTransInfo.mDeviceName)); in customizeViewContent()
336 tmp = getString(R.string.download_fail_line3, BluetoothOppUtility.getStatusDescription( in customizeViewContent()
DBluetoothOppTransferAdapter.java107 tv.setText(BluetoothOppUtility.getStatusDescription(mContext, status, deviceName)); in bindView()
DBluetoothOppUtility.java287 public static String getStatusDescription(Context context, int statusCode, String deviceName) { in getStatusDescription() method in BluetoothOppUtility
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DResendMessageAction.java97 error += ("status = " + MessageData.getStatusDescription(message.getStatus())); in executeAction()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java144 public static final String getStatusDescription(int status) { in getStatusDescription() method in MessageData