HomeSort by relevance Sort by last modified time
    Searched defs:notifyUser (Results 1 - 5 of 5) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 148 notifyUser(R.string.duration_not_a_number);
152 notifyUser(R.string.duration_zero);
161 private void notifyUser(int msgId) {
SlideEditorActivity.java 620 notifyUser("add picture failed");
633 notifyUser("add picture failed");
666 notifyUser("add music failed");
688 notifyUser("add video failed");
708 notifyUser("add video failed");
748 notifyUser("add picture failed");
790 private void notifyUser(String message) {
792 Log.v(TAG, "notifyUser: message=" + message);
    [all...]
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 618 void* notifyUser;
625 notifyUser = mNotifyUser;
631 notifyClient(kEventPrefetchStatusChange, val, 0, notifyUser);
635 notifyClient(kEventPrefetchFillLevelUpdate, val, 0, notifyUser);
639 notifyClient(kEventEndOfStream, val, 0, notifyUser);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 127 /** Number of calls to {@link #notifyUser()} to ignore before notifying. */
129 /** Number of calls to {@link #notifyUser()} before we release the wakelock */
330 notifyUser();
364 private void notifyUser() {
376 Log.w(TAG, "notifyUser: Exception while playing sound: " + e);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 81 milliseconds