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

/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java127 /** Number of calls to {@link #notifyUser()} to ignore before notifying. */
129 /** Number of calls to {@link #notifyUser()} before we release the wakelock */
330 notifyUser();
363 private void notifyUser() { method in class:CryptKeeper
375 Log.w(TAG, "notifyUser: Exception while playing sound: " + e);

Completed in 319 milliseconds