Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java361 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
365 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
369 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
373 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
377 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
381 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
385 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
389 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
393 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
401 BluetoothOppUtility.getStatusDescription( in getStatusDescription_returnCorrectString()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DResendMessageAction.java100 error += ("status = " + MessageData.getStatusDescription(message.getStatus())); in executeAction()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java330 BluetoothOppUtility.getStatusDescription( in customizeViewContent()
347 BluetoothOppUtility.getStatusDescription( in customizeViewContent()
DBluetoothOppTransferAdapter.java105 tv.setText(BluetoothOppUtility.getStatusDescription(mContext, status, deviceName)); in bindView()
DBluetoothOppUtility.java383 public static String getStatusDescription(Context context, int statusCode, String deviceName) { in getStatusDescription() method in BluetoothOppUtility
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java144 public static final String getStatusDescription(int status) { in getStatusDescription() method in MessageData