Home
last modified time | relevance | path

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

/cts/tests/translation/src/android/translation/cts/
DUiTranslationManagerTest.java729 private BlockingBroadcastReceiver sendCommandToIme(String action, boolean mutable) { in sendCommandToIme() argument
740 mutable ? PendingIntent.FLAG_MUTABLE : PendingIntent.FLAG_IMMUTABLE); in sendCommandToIme()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2479 public void testAsSharedImageDecoder(boolean mutable) { in testAsSharedImageDecoder() argument
2486 if (mutable) decoder.setMutableRequired(true); in testAsSharedImageDecoder()
2490 if (mutable) { in testAsSharedImageDecoder()