OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlarmActivity
(Results
1 - 4
of
4
) sorted by null
/development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java
42
public class
AlarmActivity
extends Activity {
64
AlarmActivity
.this, // the current context
66
new Intent(
AlarmActivity
.this, AlarmService.class), // A new Service intent
109
AlarmActivity
.this, // the current context
127
AlarmActivity
.this, // the current context
AlarmService.java
32
* This class implements a service. The service is started by
AlarmActivity
, which contains a
176
* also creates an Intent for the
AlarmActivity
client and attaches it to the notification
178
*
AlarmActivity
.
184
// Sets up the Intent that starts
AlarmActivity
188
new Intent(this,
AlarmActivity
.class), // A new Intent for
AlarmActivity
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java
215
Intent contentIntent = AlarmInstance.createIntent(context,
AlarmActivity
.class,
221
Intent fullScreenIntent = AlarmInstance.createIntent(context,
AlarmActivity
.class,
AlarmActivity.java
64
public class
AlarmActivity
extends AppCompatActivity
67
private static final String LOGTAG =
AlarmActivity
.class.getSimpleName();
Completed in 2921 milliseconds