Home
last modified time | relevance | path

Searched refs:commandCode (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/
DUceStatsWriterTest.java63 int commandCode; field in UceStatsWriterTest.Callback
93 this.commandCode = 0; in onSubscribeResponse()
97 public void onUceEvent(int subId, int type, boolean successful, int commandCode, in onUceEvent() argument
102 this.commandCode = commandCode; in onUceEvent()
180 assertEquals(0, mCallback.commandCode); in setSubscribeEvent()
201 assertEquals(mCommandCode, mCallback.commandCode); in setUceEvent()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
DUceStatsWriter.java103 void onUceEvent(int subId, int type, boolean successful, int commandCode, in onUceEvent() argument
214 @RcsCapabilityExchangeImplBase.CommandCode int commandCode, int networkResponse) { in setUceEvent() argument
216 mCallBack.onUceEvent(subId, type, successful, commandCode, networkResponse); in setUceEvent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DRcsStatsTest.java1067 int commandCode = TelephonyStatsLog.UCE_EVENT_STATS__COMMAND_CODE__SERVICE_UNAVAILABLE; in onImsRegistrationServiceDescStats_withAtoms() local
1070 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtoms()
1079 assertEquals(commandCode, stats.commandCode); in onImsRegistrationServiceDescStats_withAtoms()
1149 int commandCode = TelephonyStatsLog.UCE_EVENT_STATS__COMMAND_CODE__SERVICE_UNAVAILABLE; in onImsRegistrationServiceDescStats_withAtomsInvalidSubId() local
1151 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtomsInvalidSubId()
1157 mRcsStats.onUceEventStats(mSubId, type, successful, commandCode, networkResponse); in onImsRegistrationServiceDescStats_withAtomsInvalidSubId()
1186 int commandCode = TelephonyStatsLog.UCE_EVENT_STATS__COMMAND_CODE__REQUEST_TIMEOUT; in onUceEventStats_withAtoms() local
1189 mRcsStats.onUceEventStats(mSubId, messageType, successful, commandCode, networkResponse); in onUceEventStats_withAtoms()
1197 assertEquals(commandCode, stats.commandCode); in onUceEventStats_withAtoms()
DPersistAtomsStorageTest.java861 mUceEventStats1.commandCode = 0; in makeTestData()
870 mUceEventStats2.commandCode = 2; in makeTestData()
3368 assertEquals(mUceEventStats1.commandCode, output[0].commandCode); in addUceEventStats_withSameProto()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java575 public void onUceEvent(int subId, int type, boolean successful, int commandCode, in onUceEvent() argument
594 mRcsStats.onUceEventStats(subId, eventType, successful, commandCode, networkResponse); in onUceEvent()
1236 int commandCode, int networkResponse) { in onUceEventStats() argument
1248 proto.commandCode = commandCode; in onUceEventStats()
1757 + ", Code = " + stat.commandCode in printAllMetrics()
DPersistAtomsStorage.java2231 && stats.commandCode == key.commandCode in find()
DMetricsCollector.java1396 stats.commandCode, in buildStatsEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...