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.java333 BluetoothOppUtility.getStatusDescription(this, mTransInfo.mStatus, in customizeViewContent()
348 BluetoothOppUtility.getStatusDescription(this, mTransInfo.mStatus, in customizeViewContent()
DBluetoothOppTransferAdapter.java106 tv.setText(BluetoothOppUtility.getStatusDescription(mContext, status, deviceName)); in bindView()
DBluetoothOppUtility.java312 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