Home | History | Annotate | Download | only in basicprojectwithaidl
      1 package com.android.tests.basicprojectwithaidl;
      2 
      3 // Declare Rect so AIDL can find it and knows that it implements
      4 // the parcelable protocol.
      5 parcelable Rect;