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

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

Completed in 921 milliseconds