Lines Matching full:specify
170 <p>When you want to open a new screen, you can either explicitly specify the activity
175 the criteria for the handling screen. To specify a specific screen, call Intent.setClass
283 <p>A better way to achieve the same end is to specify a theme in your Android
352 <p>Receivers can include intent filters to specify what kinds of intents they are
354 a single known receiver, the receiver does not specify an intent filter, and
368 // only specify the recipient class name.
404 will let you specify an Intent to send at a designated time. This intent is typically
558 <li>Create a ListAdapter object and specify its data source</li>
569 // Create the ListAdapter. A SimpleCursorAdapter lets you specify two interesting things:
687 // Or we could specify that in the XML.