Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java237 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/
DContainerLayer.h31 const char* getTypeId() const override { return "ContainerLayer"; } in getTypeId() function
DColorLayer.h33 virtual const char* getTypeId() const { return "ColorLayer"; } in getTypeId() function
DBufferLayer.h67 const char* getTypeId() const override { return "BufferLayer"; } in getTypeId() function
DLayer.cpp1285 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()
DLayer.h383 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/
DWireFormatTest.java305 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/
DWireFormatTest.java371 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/
Dboot-image-profile.txt21883 …m/android/internal/telephony/CarrierServiceStateTracker$EmergencyNetworkNotification;->getTypeId()I
21886 HSPLcom/android/internal/telephony/CarrierServiceStateTracker$PrefNetworkNotification;->getTypeId()I