Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleActivityImmediateExit.java48 Intent reply = new Intent(); in onStop() local
DSimpleActivity.java44 Intent reply = new Intent(); in onStart() local
DSimpleActivityChainExit.java76 Intent reply = new Intent(); in onStop() local
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DReplyUtil.java49 final Intent reply = new Intent(replyAction); in sendReply() local
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
DBaseService.java56 Message reply = Message.obtain(null, ServiceMessages.MSG_IDENTIFY_RESPONSE, in handleMessage() local
/cts/tests/app/src/android/app/cts/
DServiceTest.java397 protected boolean onTransact(int code, Parcel data, Parcel reply, in onTransact()