Home | History | Annotate | Download | only in shell

Lines Matching defs:intent

26 import android.content.Intent;
47 // The original intent cannot be broadcasted, it will fail due to security violations.
49 // intent with just them.
50 final Intent intent = getIntent();
51 final Intent customIntent = new Intent(CUSTOM_ACTION_SEND_MULTIPLE_INTENT);
52 customIntent.putExtras(intent.getExtras());
96 public void onReceive(Context context, Intent intent) {
98 mQueue.put(intent.getExtras());
111 * Gets the extras from the custom intent, blocking until it's received.
123 throw new IllegalStateException("Intent not received after " + TIMEOUT + "s");