OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendNotification
(Results
1 - 11
of
11
) sorted by null
/developers/build/prebuilts/gradle/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java
33
public void
sendNotification
(View view) {
/developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java
33
public void
sendNotification
(View view) {
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java
33
public void
sendNotification
(View view) {
/cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java
49
sendNotification
(id, R.drawable.black);
54
sendNotification
(id, R.drawable.black);
59
sendNotification
(1, R.drawable.black);
60
sendNotification
(2, R.drawable.blue);
61
sendNotification
(3, R.drawable.yellow);
65
private void
sendNotification
(final int id, final int icon) {
/frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java
76
sendNotification
(notifyId++, "testNotificationStressNotify");
79
private void
sendNotification
(int id, CharSequence text) {
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
SampleSchedulingService.java
61
sendNotification
(getString(R.string.doodle_found));
64
sendNotification
(getString(R.string.no_doodle));
73
private void
sendNotification
(String msg) {
/device/generic/goldfish/camera/
EmulatedCamera2.cpp
379
void EmulatedCamera2::
sendNotification
(int32_t msgType,
/frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java
503
mService.
sendNotification
(mServerIf, device.getAddress(),
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java
152
sendNotification
(1);
155
sendNotification
(2);
158
sendNotification
(3);
161
sendNotification
(4);
164
sendNotification
(5);
167
sendNotification
(6);
170
sendNotification
(7);
173
sendNotification
(8);
176
sendNotification
(9);
179
sendNotification
(10)
[
all
...]
/frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java
271
sendNotification
();
355
private final void
sendNotification
() {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
501
public void
sendNotification
(int serverIf, String address, int srvcType,
507
service.
sendNotification
(serverIf, address, srvcType, srvcInstanceId,
[
all
...]
Completed in 2727 milliseconds