Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallingActivity.java53 private static final int REQUEST_ID = 1; field in SelfManagedCallingActivity
235 if (requestCode == REQUEST_ID) { in onActivityResult()
247 startActivityForResult(intent, REQUEST_ID); in requestCallScreeningRole()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java136 private static final int REQUEST_ID = 0; field in MissedCallNotifierImplTest
390 assertNotNull(PendingIntent.getBroadcast(mContext, REQUEST_ID, in notifySingleCallTestInternal()
392 assertNotNull(PendingIntent.getBroadcast(mContext, REQUEST_ID, in notifySingleCallTestInternal()
426 assertNotNull(PendingIntent.getBroadcast(mContext, REQUEST_ID, in testNoSmsBackAfterMissedSipCall()
428 assertNull(PendingIntent.getBroadcast(mContext, REQUEST_ID, in testNoSmsBackAfterMissedSipCall()