HomeSort by relevance Sort by last modified time
    Searched refs:notifyUser (Results 1 - 8 of 8) 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/flow/
PlatformAdapter.java 286 notifyUser(OSUOperationStatus.ProvisioningFailure,
292 notifyUser(OSUOperationStatus.ProvisioningFailure, "Failed to add MO",
336 notifyUser(OSUOperationStatus.ProvisioningSuccess, null, osuInfo.getName(LOCALE));
341 notifyUser(OSUOperationStatus.ProvisioningFailure, e.toString(),
382 notifyUser(OSUOperationStatus.ProvisioningSuccess, null, homeSP.getFriendlyName());
434 public String notifyUser(OSUOperationStatus status, String message, String spName) {
443 notifyUser(OSUOperationStatus.ProvisioningFailure, message, spName);
FlowService.java 90 mPlatformAdapter.notifyUser(OSUOperationStatus.ProvisioningFailure, ioe.getMessage(),
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RedirectListener.java 204 return mPlatformAdapter.notifyUser(status, message, mSpName);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java 218 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 */
329 notifyUser();
362 private void notifyUser() {
374 Log.w(TAG, "notifyUser: Exception while playing sound: " + e);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 536 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 442 milliseconds