OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationChannel
(Results
1 - 8
of
8
) sorted by null
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestFeatures.java
32
public boolean
notificationChannel
= true;
79
return
notificationChannel
;
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
AbstractJobTest.java
66
mFeatures.
notificationChannel
= InstrumentationRegistry.getTargetContext()
FileOperationServiceTest.java
84
features.
notificationChannel
= InstrumentationRegistry.getTargetContext()
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingService.java
21
import android.app.
NotificationChannel
;
104
NotificationChannel
notificationChannel
= new
NotificationChannel
(
108
mgr.createNotificationChannel(
notificationChannel
);
/frameworks/base/services/tests/notification/src/com/android/server/notification/
SnoozeHelperTest.java
27
import android.app.
NotificationChannel
;
305
final
NotificationChannel
notificationChannel
= new
NotificationChannel
(
309
System.currentTimeMillis()),
notificationChannel
);
/packages/apps/Nfc/src/com/android/nfc/beam/
BeamTransferManager.java
22
import android.app.
NotificationChannel
;
179
NotificationChannel
notificationChannel
= new
NotificationChannel
(
182
mNotificationManager.createNotificationChannel(
notificationChannel
);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
37
import android.app.
NotificationChannel
;
751
NotificationChannel
notificationChannel
= new
NotificationChannel
(PBAP_NOTIFICATION_CHANNEL,
753
nm.createNotificationChannel(
notificationChannel
);
[
all
...]