Searched defs:mBurnInProtectionIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java76 private final PendingIntent mBurnInProtectionIntent; field in class:BurnInProtectionHelper
110 mBurnInProtectionIntent = PendingIntent.getBroadcast(context, 0,
164 mBurnInProtectionIntent);
166 mAlarmManager.cancel(mBurnInProtectionIntent);

Completed in 57 milliseconds