Home
last modified time | relevance | path

Searched refs:EXTRA_PRIORITY (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallProfileTest.java360 data.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in testCallComposerExtras()
363 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()
364 data.setCallExtraInt(ImsCallProfile.EXTRA_PRIORITY, in testCallComposerExtras()
367 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()
399 data.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY), in testCallComposerExtras()
400 unparceledData.getCallExtraInt(ImsCallProfile.EXTRA_PRIORITY)); in testCallComposerExtras()
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/
DTestJobSchedulerReceiver.java62 public static final String EXTRA_PRIORITY = ".extra.PRIORITY"; field in TestJobSchedulerReceiver
102 final int priority = intent.getIntExtra(EXTRA_PRIORITY, NO_PRIORITY); in onReceive()
/cts/tests/vr/src/android/vr/cts/
DVrDisplayTest.java42 intent.putExtra(OpenGLESActivity.EXTRA_PRIORITY, 0); in getGlEsActivity()
DVrSetFIFOThreadTest.java70 intent.putExtra(OpenGLESActivity.EXTRA_PRIORITY, priorityAttribute); in setIntent()
DOpenGLESActivity.java45 public static final String EXTRA_PRIORITY = "priority"; field in OpenGLESActivity
74 int priorityAttribute = getIntent().getIntExtra(EXTRA_PRIORITY, -1); in onCreate()
DVrExtensionBehaviorTest.java45 intent.putExtra(OpenGLESActivity.EXTRA_PRIORITY, priorityAttribute); in getGlEsActivity()
/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java444 extras.putInt(TelecomManager.EXTRA_PRIORITY, TelecomManager.PRIORITY_URGENT); in testCallComposerAttachmentsStrippedCorrectly()
475 assertFalse(call.getDetails().getExtras().containsKey(TelecomManager.EXTRA_PRIORITY)); in testCallComposerAttachmentsStrippedCorrectly()
482 .containsKey(TelecomManager.EXTRA_PRIORITY)); in testCallComposerAttachmentsStrippedCorrectly()
DCallDetailsTest.java638 exampleExtras.putInt(TelecomManager.EXTRA_PRIORITY, TelecomManager.PRIORITY_URGENT); in testExtrasPropagation()
684 TelecomManager.EXTRA_PRIORITY)); in testExtrasPropagation()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt1194 field public static final String EXTRA_PRIORITY = "android.app.extra.PRIORITY";
16432 field public static final String EXTRA_PRIORITY = "android.telephony.ims.extra.PRIORITY";
Dcurrent.txt43335 field public static final String EXTRA_PRIORITY = "android.telecom.extra.PRIORITY";