OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindPhoneService
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java
41
Intent toggleAlarmOperation = new Intent(this,
FindPhoneService
.class);
42
toggleAlarmOperation.setAction(
FindPhoneService
.ACTION_TOGGLE_ALARM);
47
Intent cancelAlarmOperation = new Intent(this,
FindPhoneService
.class);
48
cancelAlarmOperation.setAction(
FindPhoneService
.ACTION_CANCEL_ALARM);
FindPhoneService.java
36
public class
FindPhoneService
extends IntentService implements GoogleApiClient.ConnectionCallbacks,
50
public
FindPhoneService
() {
51
super(
FindPhoneService
.class.getSimpleName());
68
Log.v(TAG, "
FindPhoneService
.onHandleIntent");
/developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java
41
Intent toggleAlarmOperation = new Intent(this,
FindPhoneService
.class);
42
toggleAlarmOperation.setAction(
FindPhoneService
.ACTION_TOGGLE_ALARM);
47
Intent cancelAlarmOperation = new Intent(this,
FindPhoneService
.class);
48
cancelAlarmOperation.setAction(
FindPhoneService
.ACTION_CANCEL_ALARM);
FindPhoneService.java
36
public class
FindPhoneService
extends IntentService implements GoogleApiClient.ConnectionCallbacks,
50
public
FindPhoneService
() {
51
super(
FindPhoneService
.class.getSimpleName());
68
Log.v(TAG, "
FindPhoneService
.onHandleIntent");
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
FindPhoneActivity.java
41
Intent toggleAlarmOperation = new Intent(this,
FindPhoneService
.class);
42
toggleAlarmOperation.setAction(
FindPhoneService
.ACTION_TOGGLE_ALARM);
47
Intent cancelAlarmOperation = new Intent(this,
FindPhoneService
.class);
48
cancelAlarmOperation.setAction(
FindPhoneService
.ACTION_CANCEL_ALARM);
FindPhoneService.java
36
public class
FindPhoneService
extends IntentService implements GoogleApiClient.ConnectionCallbacks,
50
public
FindPhoneService
() {
51
super(
FindPhoneService
.class.getSimpleName());
68
Log.v(TAG, "
FindPhoneService
.onHandleIntent");
Completed in 167 milliseconds