Searched refs:EXTRA_FOR_RESPONSE (Results 1 – 5 of 5) sorted by relevance
33 import com.example.android.autofillframework.CommonUtil.EXTRA_FOR_RESPONSE in <lambda>()88 val forResponse = intent.getBooleanExtra(EXTRA_FOR_RESPONSE, true) in <lambda>()130 intent.putExtra(EXTRA_FOR_RESPONSE, false) in <lambda>()
28 val EXTRA_FOR_RESPONSE = "for_response" constant
22 import static com.example.android.autofill.service.util.Util.EXTRA_FOR_RESPONSE;91 intent.putExtra(EXTRA_FOR_RESPONSE, false); in getAuthIntentSenderForDataset()148 boolean forResponse = intent.getBooleanExtra(EXTRA_FOR_RESPONSE, true); in onSuccess()
36 public static final String EXTRA_FOR_RESPONSE = "for_response"; field in Util
41 public static final String EXTRA_FOR_RESPONSE = "for_response"; field in Util