HomeSort by relevance Sort by last modified time
    Searched refs:Config (Results 576 - 600 of 2492) sorted by null

<<21222324252627282930>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
PowerUsageBaseTest.java 39 import org.robolectric.annotation.Config;
44 @Config(shadows = ShadowDashboardFragment.class)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/action/
LocationCheckActionTest.java 36 import org.robolectric.annotation.Config;
39 @Config(shadows = ShadowPermissionChecker.class)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterysaver/
AutoBatterySaverPreferenceControllerTest.java 34 import org.robolectric.annotation.Config;
37 @Config(shadows = SettingsShadowResources.class)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
LocaleListEditorTest.java 34 import org.robolectric.annotation.Config;
38 @Config(shadows = ShadowSettingsPreferenceFragment.class)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
NfcAirplaneModeObserverTest.java 34 import org.robolectric.annotation.Config;
39 @Config(shadows = {ShadowNfcAdapter.class})
  /packages/apps/Settings/tests/robotests/src/com/android/settings/password/
SetupSkipDialogTest.java 35 import org.robolectric.annotation.Config;
39 @Config(shadows = {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/security/
RestrictedEncryptionPreferenceControllerTest.java 34 import org.robolectric.annotation.Config;
37 @Config(shadows = ShadowUserManager.class)
ScreenPinningPreferenceControllerTest.java 35 import org.robolectric.annotation.Config;
65 @Config(qualifiers = "mcc999")
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
SettingsRobolectricTestRunner.java 22 import org.robolectric.annotation.Config;
48 protected AndroidManifest getAppManifest(Config config) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
UpdatableListPreferenceDialogFragmentTest.java 33 import org.robolectric.annotation.Config;
40 @Config(shadows = ShadowBluetoothUtils.class)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiDialogActivityTest.java 36 import org.robolectric.annotation.Config;
41 @Config(shadows = {
WifiDialogTest.java 19 import org.robolectric.annotation.Config;
22 @Config(shadows = ShadowEntityHeaderController.class)
WriteWifiConfigToNfcDialogTest.java 37 import org.robolectric.annotation.Config;
41 @Config(shadows = ShadowNfcAdapter.class)
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
AutomaticStorageBroadcastReceiverTest.java 31 import org.robolectric.annotation.Config;
42 @Config(manifest=TestingConstants.MANIFEST, sdk=TestingConstants.SDK_VERSION)
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroupTest.java 34 import org.robolectric.annotation.Config;
42 @Config(manifest = TestingConstants.MANIFEST, sdk = TestingConstants.SDK_VERSION)
  /packages/apps/TV/partner_support/tests/robotests/javatests/com/google/android/tv/partner/support/
BaseCustomizationTest.java 35 import org.robolectric.annotation.Config;
42 @Config(
  /packages/apps/TV/tests/unit/src/com/android/tv/util/images/
ScaledBitmapInfoTest.java 31 private static final Bitmap B80x100 = Bitmap.createBitmap(80, 100, Bitmap.Config.RGB_565);
32 private static final Bitmap B960x1440 = Bitmap.createBitmap(960, 1440, Bitmap.Config.RGB_565);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DrawableTileSource.java 78 Bitmap b = Bitmap.createBitmap((int) width, (int) height, Bitmap.Config.ARGB_8888);
92 bitmap = Bitmap.createBitmap(tileSize, tileSize, Bitmap.Config.ARGB_8888);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
155 /// This is a convenience function that configures this Config object to write
184 /// Config object. The purpose of this class is to tie ownership of the
185 /// diagnostic handler to the context, as opposed to the Config object (which
190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
155 /// This is a convenience function that configures this Config object to write
184 /// Config object. The purpose of this class is to tie ownership of the
185 /// diagnostic handler to the context, as opposed to the Config object (which
190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
155 /// This is a convenience function that configures this Config object to write
184 /// Config object. The purpose of this class is to tie ownership of the
185 /// diagnostic handler to the context, as opposed to the Config object (which
190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
155 /// This is a convenience function that configures this Config object to write
184 /// Config object. The purpose of this class is to tie ownership of the
185 /// diagnostic handler to the context, as opposed to the Config object (which
190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
155 /// This is a convenience function that configures this Config object to write
184 /// Config object. The purpose of this class is to tie ownership of the
185 /// diagnostic handler to the context, as opposed to the Config object (which
190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
155 /// This is a convenience function that configures this Config object to write
184 /// Config object. The purpose of this class is to tie ownership of the
185 /// diagnostic handler to the context, as opposed to the Config object (which
190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/
Config.h 1 //===-Config.h - LLVM Link Time Optimizer Configuration -------------------===//
10 // This file defines the lto::Config data structure, which allows clients to
36 struct Config {
155 /// This is a convenience function that configures this Config object to write
184 /// Config object. The purpose of this class is to tie ownership of the
185 /// diagnostic handler to the context, as opposed to the Config object (which
190 LTOLLVMContext(const Config &C) : DiagHandler(C.DiagHandler) {

Completed in 1218 milliseconds

<<21222324252627282930>>