Searched defs:mAlarmPendingIntent (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java94 private PendingIntent mAlarmPendingIntent; field in class:TrustAgentWrapper
138 mAlarmPendingIntent = PendingIntent.getBroadcast(mContext, 0, mAlarmIntent,
141 mAlarmPendingIntent);
383 if (mAlarmPendingIntent != null) {
384 mAlarmManager.cancel(mAlarmPendingIntent);
385 mAlarmPendingIntent = null;

Completed in 53 milliseconds