Home
last modified time | relevance | path

Searched defs:msgId (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java633 public void onBiometricHelp(int msgId, String helpString, in onBiometricHelp()
650 public void onBiometricError(int msgId, String errString, in onBiometricError()
675 private boolean shouldSuppressBiometricError(int msgId, in shouldSuppressBiometricError()
684 private boolean shouldSuppressFingerprintError(int msgId, in shouldSuppressFingerprintError()
691 private boolean shouldSuppressFaceError(int msgId, KeyguardUpdateMonitor updateMonitor) { in shouldSuppressFaceError()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduPersister.java357 private PduPart[] loadParts(long msgId) throws MmsException { in loadParts()
482 private void loadAddress(long msgId, PduHeaders headers) { in loadAddress()
556 long msgId = ContentUris.parseId(uri); in load() local
683 long msgId, int type, EncodedStringValue[] array) { in persistAddress()
701 public Uri persistPart(PduPart part, long msgId, HashMap<Uri, InputStream> preOpenedFiles) in persistPart()
913 long msgId, int type, EncodedStringValue[] array) { in updateAddress()
1015 long msgId = ContentUris.parseId(uri); in updateHeaders() local
1147 long msgId = ContentUris.parseId(uri); in updateParts() local
1190 long msgId = -1; in persist() local
1469 long msgId = ContentUris.parseId(from); in move() local
/frameworks/av/media/bufferpool/2.0/
DObserver.cpp33 Return<void> Observer::onMessage(int64_t connectionId, uint32_t msgId) { in onMessage()
DAccessorImpl.cpp327 uint32_t msgId) { in onAck()
343 uint32_t msgId = 0; in onBufferInvalidated() local
366 uint32_t msgId = 0; in onInvalidationRequest() local
DAccessor.cpp126 uint32_t msgId; in connect() local
DBufferStatus.cpp288 uint32_t msgId, BufferId fromId, BufferId toId) { in postInvalidation()
DBufferPoolClient.cpp300 const InvalidationDescriptor& invDesc) { in Impl()
817 void BufferPoolClient::receiveInvalidation(uint32_t msgId) { in receiveInvalidation()
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
DPduCache.java142 String msgId = uri.getLastPathSegment(); in purge() local
199 String msgId = uri.getLastPathSegment(); in normalizeKey() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java258 public void onBiometricHelp(int msgId, String helpString, in onBiometricHelp()
269 public void onBiometricError(int msgId, String errString, in onBiometricError()
DKeyguardSimPukView.java226 int msgId = isDefault ? R.plurals.kg_password_default_puk_message : in getPukPasswordErrorMessage() local
231 int msgId = isDefault ? R.string.kg_puk_enter_puk_hint : in getPukPasswordErrorMessage() local
DKeyguardSimPinView.java175 int msgId; in getPinPasswordErrorMessage() local
DKeyguardUpdateMonitor.java613 private void handleFingerprintHelp(int msgId, String helpString) { in handleFingerprintHelp()
631 private void handleFingerprintError(int msgId, String errString) { in handleFingerprintError()
765 private void handleFaceHelp(int msgId, String helpString) { in handleFaceHelp()
783 private void handleFaceError(int msgId, String errString) { in handleFaceError()
/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
DTestHandler.java118 int msgId = msg.message.what; in dispatch() local
/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/message/
DIkeHeader.java101 int msgId) { in IkeHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java435 public void onBiometricError(int msgId, String errString, in onBiometricError()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java810 int msgId = SystemProperties.getInt(TelephonyProperties.PROPERTY_CDMA_MSG_ID, 1); in getNextMessageId() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java69 RilMessage(int msgId, String rawData) { in RilMessage()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Driver.cpp798 int32_t msgId; in onMessageReceived() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java906 private static boolean isMessageHandledUnderWakelock(int msgId) { in isMessageHandledUnderWakelock()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java417 public void sendHintMsg(int msgId); in sendHintMsg()
518 private void sendHintMessage(int msgId) { in sendHintMessage()