OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chan1
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java
42
NotificationChannel
chan1
= new NotificationChannel(PRIMARY_CHANNEL,
local
44
chan1
.setLightColor(Color.GREEN);
45
chan1
.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
46
getManager().createNotificationChannel(
chan1
);
/developers/samples/android/notification/NotificationChannels/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.java
42
NotificationChannel
chan1
= new NotificationChannel(PRIMARY_CHANNEL,
local
44
chan1
.setLightColor(Color.GREEN);
45
chan1
.setLockscreenVisibility(Notification.VISIBILITY_PRIVATE);
46
getManager().createNotificationChannel(
chan1
);
/external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c
169
u8 bw,
chan1
, chan2 = 0;
local
199
if (ieee80211_freq_to_chan(freq1, &
chan1
) !=
213
*eid++ =
chan1
; /* New Channel Center Frequency Segment 0 */
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h
3164
uint8
chan1
;
member in struct:vht_op_ie
[
all
...]
Completed in 3993 milliseconds