Searched refs:fPolicyMenu (Results 1 – 2 of 2) sorted by relevance
58 fPolicyMenu = new BOptionPopUp("policy", in BluetoothSettingsView()61 fPolicyMenu->AddOption(B_TRANSLATE_NOCOLLECT(kAllLabel), 1); in BluetoothSettingsView()62 fPolicyMenu->AddOption(B_TRANSLATE_NOCOLLECT(kTrustedLabel), 2); in BluetoothSettingsView()63 fPolicyMenu->AddOption(B_TRANSLATE_NOCOLLECT(kAlwaysLabel), 3); in BluetoothSettingsView()65 fPolicyMenu->SetValue(fSettings.Policy()); in BluetoothSettingsView()108 .Add(fPolicyMenu, 0, 1) in BluetoothSettingsView()
45 BOptionPopUp* fPolicyMenu; variable