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

  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 119 processIntent(getIntent());
132 void processIntent(Intent intent) {
  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 350 processIntent(intent);
353 // shown. Otherwise finish() is called inside processIntent(), is isFinishing() here will
391 private void processIntent(Intent intent) {
393 Log.v(TAG, "processIntent() = " + intent + ", thread: " + Thread.currentThread());
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 261 if (!processIntent(false)) {
282 if (!processIntent(true)) {
305 private boolean processIntent(boolean forNewIntent) {
309 Log.d(TAG, this + " processIntent: forNewIntent=" + forNewIntent
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 150 processIntent();
281 private void processIntent() {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java     [all...]

Completed in 810 milliseconds