HomeSort by relevance Sort by last modified time
    Searched defs:mLockType (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 125 private int mLockType;
302 int previousLockType = mLockType;
303 mLockType = lockType;
360 if (mLockType != LOCK_CHANNEL_INFO && info != null) {
528 if (mLockType == LOCK_CHANNEL_INFO) {
553 if (mLockType != LOCK_NONE || TextUtils.isEmpty(program.getDescription())) {
637 if (mLockType == LOCK_CHANNEL_INFO) {
672 if (mLockType != LOCK_CHANNEL_INFO && durationMs > 0 && startTimeMs > 0) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]

Completed in 87 milliseconds