Home
last modified time | relevance | path

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

123456

/frameworks/support/compat/tests/java/android/support/v4/app/
DJobIntentServiceTest.java238 private void compareIntents(TestIntentItem[] expected, ArrayList<Intent> received) { in compareIntents() argument
239 if (received == null) { in compareIntents()
249 for (int i = 0; i < received.size(); i++) { in compareIntents()
250 Intent r = received.get(i); in compareIntents()
271 if (received.size() < expected.length) { in compareIntents()
272 fail("Received only " + received.size() + " work items, but expected " in compareIntents()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java185 long sent, received; in notifyOnDataActivity() local
201 received = mRxPkts - preRxPkts; in notifyOnDataActivity()
205 if (received > 0) { in notifyOnDataActivity()
/frameworks/base/services/core/java/com/android/server/am/
DIntentBindRecord.java43 boolean received; field in IntentBindRecord
62 pw.print(" received="); pw.print(received); in dumpInService()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java227 final boolean received = latch.await(5, TimeUnit.SECONDS); in requestSessionCommon()
228 if (!received) { in requestSessionCommon()
/frameworks/base/proto/src/
Dipconnectivity.proto263 // The total number of received RAs.
266 // The total number of received RAs that matched a known RA.
269 // The total number of received RAs ignored due to the MAX_RAS limit.
272 // The total number of received RAs with an effective lifetime of 0 seconds.
276 // The total number of received RAs that could not be parsed.
/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.java4580 long sent, received; in updateDataActivity() local
4596 received = mRxPkts - preTxRxSum.rxPkts; in updateDataActivity()
4599 log("updateDataActivity: sent=" + sent + " received=" + received); in updateDataActivity()
4600 if (sent > 0 && received > 0) { in updateDataActivity()
4602 } else if (sent > 0 && received == 0) { in updateDataActivity()
4604 } else if (sent == 0 && received > 0) { in updateDataActivity()
4765 long sent, received; in updateDataStallInfo() local
4776 received = mDataStallTxRxSum.rxPkts - preTxRxSum.rxPkts; in updateDataStallInfo()
4781 received = 0; in updateDataStallInfo()
4784 if ( sent > 0 && received > 0 ) { in updateDataStallInfo()
[all …]
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags188 # Re-connecting to input method service because we haven't received its interface
/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/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/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java152 boolean received = false; field in PackageManagerTests.GenericReceiver
164 received = true; in onReceive()
1000 return receiver.received; in invokeDeletePackage()
1280 return receiver.received; in mountFromRawResource()
/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/av/media/libstagefright/codecs/amrnb/dec/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/native/libs/ui/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/base/packages/SystemUI/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/base/cmds/bu/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/av/media/libstagefright/codecs/amrnb/common/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/av/media/libstagefright/id3/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/av/media/libeffects/testlibs/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/base/packages/PrintRecommendationService/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/av/media/libeffects/preprocessing/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/native/libs/nativewindow/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/av/media/libstagefright/omx/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and
/frameworks/base/cmds/appops/
DNOTICE76 on behalf of whom a Contribution has been received by Licensor and

123456