Searched refs:targetMode (Results 1 – 5 of 5) sorted by relevance
30 SoftApModeConfiguration(int targetMode, WifiConfiguration config) { in SoftApModeConfiguration() argument31 mTargetMode = targetMode; in SoftApModeConfiguration()
149 PorterDuff.Mode targetMode = mColorFilter == null ? Mode.SRC_OVER : in updateColorWithTint() local152 mColorFilter = new PorterDuffColorFilter(mTintColor, targetMode); in updateColorWithTint()
210 PorterDuff.Mode targetMode = mTintFilter == null ? Mode.SRC_IN : in setTint() local213 mTintFilter = new PorterDuffColorFilter(color, targetMode); in setTint()
1673 byte targetMode = ISupplicantP2pIface.MiracastMode.DISABLED; in setMiracastMode()1677 targetMode = ISupplicantP2pIface.MiracastMode.SOURCE; in setMiracastMode()1681 targetMode = ISupplicantP2pIface.MiracastMode.SINK; in setMiracastMode()1688 result.setResult(mISupplicantP2pIface.setMiracastMode(targetMode)); in setMiracastMode()
458 mode_t targetMode = targetSdkVersion >= MIN_RESTRICTED_HOME_SDK_VERSION ? 0700 : 0751; in createAppData() local469 if (prepare_app_dir(path, targetMode, uid) || in createAppData()500 if (prepare_app_dir(path, targetMode, uid) || in createAppData()