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

  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 615 void* notifyUser;
622 notifyUser = mNotifyUser;
628 notifyClient(kEventPrefetchStatusChange, val, 0, notifyUser);
632 notifyClient(kEventPrefetchFillLevelUpdate, val, 0, notifyUser);
636 notifyClient(kEventEndOfStream, val, 0, notifyUser);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 448 notifyUser(OSUOperationStatus.ProvisioningFailure, ioe.getMessage(),
457 notifyUser(OSUOperationStatus.ProvisioningFailure, ioe.getMessage(),
508 notifyUser(OSUOperationStatus.ProvisioningFailure, ioe.getMessage(),
811 public String notifyUser(OSUOperationStatus status, String message, String spName) {
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RedirectListener.java 200 return mOSUManager.notifyUser(status, message, mSpName);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java 219 public void notifyUser(String message) {
  /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();
363 private void notifyUser() {
375 Log.w(TAG, "notifyUser: Exception while playing sound: " + e);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 538 parent.notifyUser(String.format("%d x %d", columns, rows));
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 454 milliseconds