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

/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java166 private final int[] mBroadcastWhy = new int[3]; field in class:PowerManagerService
1118 pw.println(" mBroadcastWhy={" + mBroadcastWhy[0] + ',' + mBroadcastWhy[1]
1119 + ',' + mBroadcastWhy[2] + "}");
1314 mBroadcastWhy[index] = why;
1326 if (!on && mBroadcastWhy[0] > why) {
1327 mBroadcastWhy[0] = why;
1368 why = mBroadcastWhy[0];
1371 mBroadcastWhy[
[all...]

Completed in 86 milliseconds