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/ |
D | SimpleChatSession.java | 185 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/ |
D | DhcpClient.java | 847 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/ |
D | BatterySaverModeVoiceActivity.java | 43 notifyFailure(null); in onVoiceSettingInteraction()
|
/packages/apps/Settings/src/com/android/settings/utils/ |
D | VoiceSettingsActivity.java | 76 protected void notifyFailure(CharSequence prompt) { in notifyFailure() method in VoiceSettingsActivity
|