Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 168) sorted by relevance

1234567

/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DRawQueryTest.java65 User received = mRawDao.getUser(new SimpleSQLiteQuery("SELECT * FROM User WHERE mId = ?", in entity_one() local
67 assertThat(received, is(expected)); in entity_one()
74 List<User> received = mRawDao.getUserList( in entity_list() local
76 assertThat(received, is(expected)); in entity_list()
116 User received = mRawDao.getUser(query); in entity_supportSql() local
117 assertThat(received, is(user)); in entity_supportSql()
126 UserAndPet received = mRawDao.getUserAndPet(new SimpleSQLiteQuery( in embedded() local
128 assertThat(received.getUser(), is(user)); in embedded()
129 assertThat(received.getPet(), is(pets[0])); in embedded()
182 UserAndPet received = mRawDao.getUserAndPet( in embedded_nullField() local
[all …]
DGenericEntityTest.java65 EntityItem received = mDao.get("abc"); in readWriteEntity() local
66 assertThat(received, is(item)); in readWriteEntity()
73 PojoItem received = mDao.getPojo("abc"); in readPojo() local
74 assertThat(received.id, is("abc")); in readPojo()
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
DJobIntentServiceTest.java320 private void compareIntents(TestIntentItem[] expected, ArrayList<Intent> received) { in compareIntents() argument
321 if (received == null) { in compareIntents()
331 for (int i = 0; i < received.size(); i++) { in compareIntents()
332 Intent r = received.get(i); in compareIntents()
353 if (received.size() < expected.length) { in compareIntents()
354 fail("Received only " + received.size() + " work items, but expected " in compareIntents()
/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java44 boolean received; field in IntentBindRecord
63 pw.print(" received="); pw.print(received); in dumpInService()
123 proto.write(IntentBindRecordProto.RECEIVED, received); in writeToProto()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java194 long sent, received; in notifyOnDataActivity() local
210 received = mRxPkts - preRxPkts; in notifyOnDataActivity()
214 if (received > 0) { in notifyOnDataActivity()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DSuspendPackagesTest.java237 private static boolean areSameExtras(BaseBundle expected, BaseBundle received) { in areSameExtras() argument
241 if (received != null) { in areSameExtras()
242 received.get(""); in areSameExtras()
244 return BaseBundle.kindofEquals(expected, received); in areSameExtras()
247 private static void assertSameExtras(String message, BaseBundle expected, BaseBundle received) { in assertSameExtras() argument
248 if (!areSameExtras(expected, received)) { in assertSameExtras()
249 fail(message + ": [expected: " + expected + "; received: " + received + "]"); in assertSameExtras()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java350 final boolean received = latch.await(5, TimeUnit.SECONDS); in waitForLatch()
351 if (!received) { in waitForLatch()
/frameworks/base/tests/net/java/android/net/nsd/
DNsdManagerTest.java340 Message received = mServiceHandler.getLastMessage(); in verifyRequest() local
341 assertEquals(NsdManager.nameOf(expectedMessageType), NsdManager.nameOf(received.what)); in verifyRequest()
342 return received.arg2; in verifyRequest()
/frameworks/base/proto/src/
Dipconnectivity.proto358 // The total number of received RAs.
361 // The total number of received RAs that matched a known RA.
364 // The total number of received RAs ignored due to the MAX_RAS limit.
367 // The total number of received RAs with an effective lifetime of 0 seconds.
371 // The total number of received RAs that could not be parsed.
521 // Counts of all different ethertype values from wakeup packets received.
524 // Counts of all different IP next header values from wakeup packets received.
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags83 # This event is logged when an Rmq v2 packet is sent or received.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java4505 long sent, received; in updateDataActivity() local
4521 received = mRxPkts - preTxRxSum.rxPkts; in updateDataActivity()
4524 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity()
4525 if (sent > 0 && received > 0) { in updateDataActivity()
4527 } else if (sent > 0 && received == 0) { in updateDataActivity()
4529 } else if (sent == 0 && received > 0) { in updateDataActivity()
4681 long sent, received; in updateDataStallInfo() local
4692 received = mDataStallTxRxSum.rxPkts - preTxRxSum.rxPkts; in updateDataStallInfo()
4697 received = 0; in updateDataStallInfo()
4700 if ( sent > 0 && received > 0 ) { in updateDataStallInfo()
[all …]
/frameworks/base/core/proto/android/media/
Daudioattributes.proto51 // click, or event, such as the type of a sound for a bonus being received
/frameworks/base/core/proto/android/os/
Dbatterystats.proto227 // Total Bytes received on mobile connections.
231 // Total Bytes received on wifi connections.
235 // Total Packets received on mobile connections.
239 // Total Packets received on wifi connections.
243 // Total Bytes received on bluetooth connections.
/frameworks/native/cmds/lshal/
DListCommand.cpp615 auto debugRet = timeoutIPC(service, &IBase::getDebugInfo, [&] (const auto &received) { in fetchBinderizedEntry() argument
616 debugInfo = received; in fetchBinderizedEntry()
/frameworks/base/cmds/hid/
DREADME.md123 4. Check that the button press event was received.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto513 // ACK received when there is no SMS to ack
1316 // Notification about received SMS
1319 // CB message received
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags195 # Re-connecting to input method service because we haven't received its interface
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto233 // to 1 if it should be muted when a mute request is received.
/frameworks/support/development/checkstyle/
DLICENSE315 e) Verify that the user has already received a copy of these
353 rights under this License. However, parties who have received copies,
486 You should have received a copy of the GNU Lesser General Public
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt315 e) Verify that the user has already received a copy of these
353 rights under this License. However, parties who have received copies,
486 You should have received a copy of the GNU Lesser General Public
/frameworks/support/
DLICENSE.txt64 on behalf of whom a Contribution has been received by Licensor and
/frameworks/compile/mclinker/unittests/
Dtest3.txt14 # You should have received a copy of the GNU General Public License
/frameworks/support/lifecycle/compiler/src/main/resources/
DNOTICE.txt69 on behalf of whom a Contribution has been received by Licensor and
306 on behalf of whom a Contribution has been received by Licensor and
516 on behalf of whom a Contribution has been received by Licensor and
726 on behalf of whom a Contribution has been received by Licensor and
936 on behalf of whom a Contribution has been received by Licensor and
/frameworks/av/services/camera/libcameraservice/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/av/media/libeffects/downmix/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and

1234567