Home
last modified time | relevance | path

Searched refs:notifyFailure (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
DSimpleChatSession.java185 notifyFailure("Failed to send INVITE", CODE_ERROR_UNSPECIFIED);
192 notifyFailure("Failed to send INVITE", CODE_ERROR_UNSPECIFIED);
343 notifyFailure("Received non-200 INVITE response", CODE_ERROR_UNSPECIFIED);
348 notifyFailure("Content is not a SDP", CODE_ERROR_UNSPECIFIED);
356 notifyFailure("Invalid SDP in INVITE", CODE_ERROR_UNSPECIFIED);
361 notifyFailure("No INVITE request sent out", CODE_ERROR_UNSPECIFIED);
375 notifyFailure("Failed to send ACK", CODE_ERROR_UNSPECIFIED);
381 notifyFailure("Failed to send ACK", CODE_ERROR_UNSPECIFIED);
387 private void notifyFailure(String message, @ErrorCode int code) {
420 notifyFailure("Failed to establish msrp session",
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java847 private void notifyFailure() { in notifyFailure() method in DhcpClient
1047 notifyFailure(); in enter()
1452 notifyFailure(); in processMessage()
1764 notifyFailure(); in enter()
1832 notifyFailure(); in receivePacket()
1848 notifyFailure(); in receivePacket()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatterySaverModeVoiceActivity.java43 notifyFailure(null); in onVoiceSettingInteraction()
/packages/apps/Settings/src/com/android/settings/utils/
DVoiceSettingsActivity.java76 protected void notifyFailure(CharSequence prompt) { in notifyFailure() method in VoiceSettingsActivity