Searched refs:mutable (Results 1 – 2 of 2) sorted by relevance
729 private BlockingBroadcastReceiver sendCommandToIme(String action, boolean mutable) { in sendCommandToIme() argument740 mutable ? PendingIntent.FLAG_MUTABLE : PendingIntent.FLAG_IMMUTABLE); in sendCommandToIme()
2479 public void testAsSharedImageDecoder(boolean mutable) { in testAsSharedImageDecoder() argument2486 if (mutable) decoder.setMutableRequired(true); in testAsSharedImageDecoder()2490 if (mutable) { in testAsSharedImageDecoder()