HomeSort by relevance Sort by last modified time
    Searched refs:mReplyIntent (Results 1 - 5 of 5) sorted by null

  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AuthActivity.java 59 private Intent mReplyIntent;
110 if (mReplyIntent != null) {
111 setResult(RESULT_OK, mReplyIntent);
120 mReplyIntent = null;
131 mReplyIntent = new Intent();
146 mReplyIntent.putExtra(EXTRA_AUTHENTICATION_RESULT, fillResponse);
150 mReplyIntent.putExtra(EXTRA_AUTHENTICATION_RESULT, dataset);
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AuthActivity.kt 48 private var mReplyIntent: Intent? = null
72 if (mReplyIntent != null) {
73 setResult(Activity.RESULT_OK, mReplyIntent)
82 mReplyIntent = null
92 mReplyIntent = Intent()
108 mReplyIntent?.putExtra(EXTRA_AUTHENTICATION_RESULT, fillResponse)
112 mReplyIntent?.putExtra(EXTRA_AUTHENTICATION_RESULT, dataset)
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/service/
AuthActivity.java 63 private Intent mReplyIntent;
118 if (mReplyIntent != null) {
119 setResult(RESULT_OK, mReplyIntent);
128 mReplyIntent = null;
139 mReplyIntent = new Intent();
154 mReplyIntent.putExtra(EXTRA_AUTHENTICATION_RESULT, fillResponse);
158 mReplyIntent.putExtra(EXTRA_AUTHENTICATION_RESULT, dataset);
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/service/
AuthActivity.java 63 private Intent mReplyIntent;
118 if (mReplyIntent != null) {
119 setResult(RESULT_OK, mReplyIntent);
128 mReplyIntent = null;
139 mReplyIntent = new Intent();
154 mReplyIntent.putExtra(EXTRA_AUTHENTICATION_RESULT, fillResponse);
158 mReplyIntent.putExtra(EXTRA_AUTHENTICATION_RESULT, dataset);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ShortcutThrottlingResetActivity.java 60 private final AtomicReference<Intent> mReplyIntent = new AtomicReference<>(null);
103 mReplyIntent.set(intent);
166 final Intent replyIntent = mReplyIntent.get();
189 final Intent replyIntent = mReplyIntent.get();

Completed in 110 milliseconds