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

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

Completed in 144 milliseconds