OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chan2
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java
48
NotificationChannel
chan2
= new NotificationChannel(SECONDARY_CHANNEL,
local
50
chan2
.setLightColor(Color.BLUE);
51
chan2
.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC);
52
getManager().createNotificationChannel(
chan2
);
/developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java
48
NotificationChannel
chan2
= new NotificationChannel(SECONDARY_CHANNEL,
local
50
chan2
.setLightColor(Color.BLUE);
51
chan2
.setLockscreenVisibility(Notification.VISIBILITY_PUBLIC);
52
getManager().createNotificationChannel(
chan2
);
/external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c
169
u8 bw, chan1,
chan2
= 0;
local
205
&
chan2
) != HOSTAPD_MODE_IEEE80211A)
214
*eid++ =
chan2
; /* New Channel Center Frequency Segment 1 */
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h
3165
uint8
chan2
;
member in struct:vht_op_ie
[
all
...]
Completed in 1104 milliseconds