OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyingController
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java
34
public class
NotifyingController
extends Activity {
49
startService(new Intent(
NotifyingController
.this,
56
stopService(new Intent(
NotifyingController
.this,
NotifyingService.java
106
new Intent(this,
NotifyingController
.class), 0);
Completed in 173 milliseconds