Searched refs:getTypeId (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 237 Message notificationMsg = obtainMessage(notificationType.getTypeId(), null); in evaluateSendingMessageOrCancelNotification() 238 Rlog.i(LOG_TAG, "starting timer for notifications." + notificationType.getTypeId()); in evaluateSendingMessageOrCancelNotification() 241 cancelNotification(notificationType.getTypeId()); in evaluateSendingMessageOrCancelNotification() 242 Rlog.i(LOG_TAG, "canceling notifications: " + notificationType.getTypeId()); in evaluateSendingMessageOrCancelNotification() 311 getNotificationManager(context).notify(notificationType.getTypeId(), builder.build()); in sendNotification() 353 int getTypeId(); in getTypeId() method 391 public int getTypeId() { in getTypeId() method in CarrierServiceStateTracker.PrefNetworkNotification 461 public int getTypeId() { in getTypeId() method in CarrierServiceStateTracker.EmergencyNetworkNotification
|
/frameworks/native/services/surfaceflinger/ |
D | ContainerLayer.h | 31 const char* getTypeId() const override { return "ContainerLayer"; } in getTypeId() function
|
D | ColorLayer.h | 33 virtual const char* getTypeId() const { return "ColorLayer"; } in getTypeId() function
|
D | BufferLayer.h | 67 const char* getTypeId() const override { return "BufferLayer"; } in getTypeId() function
|
D | Layer.cpp | 1285 info.mType = std::string(getTypeId()); in getLayerDebugInfo() 1402 StringAppendF(&result, "- Layer %s (%s, %p)\n", getName().string(), getTypeId(), this); in dumpFrameEvents() 1889 layerInfo->set_type(String8(getTypeId())); in writeToProto() 2028 if (std::strcmp(getTypeId(), "BufferLayer") == 0 && in writeToProto()
|
D | Layer.h | 383 virtual const char* getTypeId() const = 0;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | WireFormatTest.java | 305 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag() 306 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag() 307 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | WireFormatTest.java | 371 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId()); in testSerializeMessageSetWithFlag() 372 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId()); in testSerializeMessageSetWithFlag() 373 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId()); in testSerializeMessageSetWithFlag() 571 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21883 …m/android/internal/telephony/CarrierServiceStateTracker$EmergencyNetworkNotification;->getTypeId()I 21886 HSPLcom/android/internal/telephony/CarrierServiceStateTracker$PrefNetworkNotification;->getTypeId()I
|