Home
last modified time | relevance | path

Searched refs:REPLY_ACTION_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/AppStartTest/src/android/app/cts/
DActivityManagerAppStartInfoTest.java77 private static final String REPLY_ACTION_COMPLETE = field in ActivityManagerAppStartInfoTest
266 ResultReceiverFilter receiver = new ResultReceiverFilter(REPLY_ACTION_COMPLETE, 1); in testQueryThisProcess()
303 ResultReceiverFilter receiver = new ResultReceiverFilter(REPLY_ACTION_COMPLETE, 1); in testAddingTimestamps()
344 ResultReceiverFilter receiver = new ResultReceiverFilter(REPLY_ACTION_COMPLETE, 1); in testTriggerListeners()
372 ResultReceiverFilter receiver = new ResultReceiverFilter(REPLY_ACTION_COMPLETE, 2); in testTriggerMultipleListeners()
407 ResultReceiverFilter receiver = new ResultReceiverFilter(REPLY_ACTION_COMPLETE, 2); in testRemoveListener()
/cts/hostsidetests/devicepolicy/app/StartInfoApp/src/com/android/cts/startinfoapp/
DApiTestActivity.java67 private static final String REPLY_ACTION_COMPLETE = field in ApiTestActivity
242 reply.setAction(REPLY_ACTION_COMPLETE); in reply()