OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationlistener
(Results
1 - 18
of
18
) sorted by null
/frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.cpp
27
CameraDeviceBase::
NotificationListener
::~
NotificationListener
() {
Camera2ClientBase.h
32
public CameraDeviceBase::
NotificationListener
62
* CameraDeviceBase::
NotificationListener
implementation
CameraDeviceBase.h
178
class
NotificationListener
{
198
virtual ~
NotificationListener
();
205
virtual status_t setNotifyCallback(
NotificationListener
*listener) = 0;
/frameworks/base/media/java/android/media/session/
MediaSessionManager.java
103
* @param
notificationListener
The enabled notification listener component.
108
@Nullable ComponentName
notificationListener
) {
109
return getActiveSessionsForUser(
notificationListener
, UserHandle.myUserId());
119
* @param
notificationListener
The enabled notification listener component.
126
@Nullable ComponentName
notificationListener
, int userId) {
129
List<IBinder> binders = mService.getSessions(
notificationListener
, userId);
153
* @param
notificationListener
The enabled notification listener component.
158
@Nullable ComponentName
notificationListener
) {
159
addOnActiveSessionsChangedListener(sessionListener,
notificationListener
, null);
173
* @param
notificationListener
The enabled notification listener component
[
all
...]
/packages/experimental/NotificationListenerSample/
AndroidManifest.xml
17
package="com.android.example.
notificationlistener
"
29
<service android:name="com.android.example.
notificationlistener
.Listener"
/packages/experimental/NotificationListenerSample/res/values/
strings.xml
17
<string name="app_name">
NotificationListener
</string>
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
Listener.java
16
package com.android.example.
notificationlistener
;
52
static final String ACTION_DISMISS = "com.android.example.
notificationlistener
.DISMISS";
53
static final String ACTION_LAUNCH = "com.android.example.
notificationlistener
.LAUNCH";
54
static final String ACTION_REFRESH = "com.android.example.
notificationlistener
.REFRESH";
NotificationListenerActivity.java
16
package com.android.example.
notificationlistener
;
42
private static final String LISTENER_PATH = "com.android.example.
notificationlistener
/" +
43
"com.android.example.
notificationlistener
.Listener";
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h
124
virtual status_t setNotifyCallback(
NotificationListener
*listener);
366
void setNotifyCallback(
NotificationListener
*listener);
391
status_t clear(
NotificationListener
*listener,
475
NotificationListener
*mListener;
646
NotificationListener
*mListener;
659
NotificationListener
*listener);
661
NotificationListener
*listener);
Camera3Device.cpp
[
all
...]
/frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h
33
* Does not produce notifyShutter / notifyIdle callbacks to
NotificationListener
71
virtual status_t setNotifyCallback(
NotificationListener
*listener);
353
// Receives HAL notifications and routes them to the
NotificationListener
Camera2Device.cpp
467
status_t Camera2Device::setNotifyCallback(
NotificationListener
*listener) {
488
NotificationListener
*listener = reinterpret_cast<
NotificationListener
*>(user);
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc
209
class
NotificationListener
: public content::NotificationObserver {
211
NotificationListener
() : started_(false), finished_(false) {
219
virtual ~
NotificationListener
() {}
286
NotificationListener
notification_listener;
319
base::Bind(&
NotificationListener
::OnFinished,
375
NotificationListener
notification_listener;
410
base::Bind(&
NotificationListener
::OnFinished,
/frameworks/base/docs/html/about/versions/
android-4.4.jd
78
<li><a href="#
NotificationListener
">Enhanced notification listener</a></li>
[
all
...]
android-4.3.jd
69
<li><a href="#
NotificationListener
">Notification Listener</a></li>
[
all
...]
/frameworks/base/core/java/android/service/notification/
NotificationListenerService.java
49
* <service android:name=".
NotificationListener
"
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip
Completed in 612 milliseconds