OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notifyuser
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/docs/html/training/notify-user/
index.jd
37
<a href="{@docRoot}shareables/training/
NotifyUser
.zip"
39
<p class="filename">
NotifyUser
.zip</p>
/external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.cpp
188
NotifyUser
("Cannot load scenario input section for " + scenarioName +
196
NotifyUser
("Cannot load scenario output section for " + scenarioName +
225
NotifyUser
("Cannot load scenario: " + scenarioName + ". Make sure root tag in the '" +
234
NotifyUser
("", NotifyType::StatusMessage);
241
void MainPage::
NotifyUser
(String^ strMessage, NotifyType type)
MainPage.xaml.h
83
void
NotifyUser
(Platform::String^ strMessage, NotifyType type);
AdvancedCapture.xaml.cpp
82
// as
NotifyUser
()
373
rootPage->
NotifyUser
(text, NotifyType::StatusMessage);
378
rootPage->
NotifyUser
(ex->Message, NotifyType::ErrorMessage);
/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/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/
WifiNetworkAdapter.java
328
mOSUManager.
notifyUser
(OSUOperationStatus.ProvisioningFailure,
354
mOSUManager.
notifyUser
(OSUOperationStatus.ProvisioningFailure,
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RedirectListener.java
200
return mOSUManager.
notifyUser
(status, message, mSpName);
/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/
TerminalView.java
219
public void
notifyUser
(String message) {
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalKeyListener.java
368
// manager.
notifyUser
(manager.getString(
TerminalBridge.java
538
parent.
notifyUser
(String.format("%d x %d", columns, rows));
Completed in 794 milliseconds