Home
last modified time | relevance | path

Searched refs:getTypeId (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java281 Message notificationMsg = obtainMessage(notificationType.getTypeId(), null); in evaluateSendingMessageOrCancelNotification()
282 Rlog.i(LOG_TAG, "starting timer for notifications." + notificationType.getTypeId()); in evaluateSendingMessageOrCancelNotification()
286 Rlog.i(LOG_TAG, "canceling notifications: " + notificationType.getTypeId()); in evaluateSendingMessageOrCancelNotification()
363 removeMessages(notificationType.getTypeId()); in cancelNotification()
398 int getTypeId(); in getTypeId() method
446 public int getTypeId() { in getTypeId() method in CarrierServiceStateTracker.PrefNetworkNotification
525 public int getTypeId() { in getTypeId() method in CarrierServiceStateTracker.EmergencyNetworkNotification
/frameworks/base/cmds/statsd/src/logd/
DLogEvent.cpp175 switch (getTypeId(typeInfo)) { in parseKeyValuePairs()
354 if (getTypeId(typeInfo) != OBJECT_TYPE) mValid = false; in parseBuffer()
360 if (getTypeId(typeInfo) != INT64_TYPE) mValid = false; in parseBuffer()
365 if (getTypeId(typeInfo) != INT32_TYPE) mValid = false; in parseBuffer()
374 uint8_t typeId = getTypeId(typeInfo); in parseBuffer()
416 uint8_t LogEvent::getTypeId(uint8_t typeInfo) { in getTypeId() function in android::os::statsd::LogEvent
DLogEvent.h292 uint8_t getTypeId(uint8_t typeInfo);