HomeSort by relevance Sort by last modified time
    Searched defs:buildTriggerServicePendingIntent (Results 1 - 2 of 2) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java 152 public static PendingIntent buildTriggerServicePendingIntent(Context context) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java 172 PING_MILLIS, IntentBuilders.buildTriggerServicePendingIntent(this));
177 alarmManager.cancel(IntentBuilders.buildTriggerServicePendingIntent(this));

Completed in 170 milliseconds