OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Notification
(Results
26 - 46
of
46
) sorted by null
1
2
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
/frameworks/base/core/java/android/app/
Notification.java
44
* A class that represents how a persistent
notification
is to be presented to
47
* <p>The {@link
Notification
.Builder
Notification
.Builder} has been added to make it
57
public class
Notification
implements Parcelable
59
private static final String TAG = "
Notification
";
67
* Use the default
notification
sound. This will ignore any given
77
* Use the default
notification
vibrate. This will ignore any given
87
* Use the default
notification
lights. This will ignore the
97
* A timestamp related to this
notification
, in milliseconds since the epoch.
109
* <li>
Notification
of a new chat message should be stamped when the message was received.</li
[
all
...]
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
30
import android.app.
Notification
;
64
import android.service.
notification
.INotificationListener;
65
import android.service.
notification
.NotificationListenerService;
66
import android.service.
notification
.StatusBarNotification;
80
import com.android.internal.
notification
.NotificationScorer;
125
private static final int SCORE_DISPLAY_THRESHOLD =
Notification
.PRIORITY_MIN * NOTIFICATION_PRIORITY_MULTIPLIER;
130
Notification
.PRIORITY_LOW * NOTIFICATION_PRIORITY_MULTIPLIER;
163
// for enabling and disabling
notification
pulse behavior
192
//
Notification
control database. For now just contains disabled packages.
198
private static final String TAG_BODY = "
notification
-policy"
942
final Notification
notification
= sbn.getNotification();
local
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 4701 milliseconds
1
2