Home | History | Annotate | Download | only in aapt

Lines Matching full:false

196         const ResTable& res = assets.getResources(false);
201 res.print(false);
384 const ResTable& res = assets.getResources(false);
506 bool withinActivity = false;
507 bool isMainActivity = false;
508 bool isLauncherActivity = false;
509 bool isSearchable = false;
510 bool withinApplication = false;
511 bool withinReceiver = false;
512 bool withinService = false;
513 bool withinIntentFilter = false;
514 bool hasMainActivity = false;
515 bool hasOtherActivities = false;
516 bool hasOtherReceivers = false;
517 bool hasOtherServices = false;
518 bool hasWallpaperService = false;
519 bool hasImeService = false;
520 bool hasWidgetReceivers = false;
521 bool hasIntentFilter = false;
522 bool actMainActivity = false;
523 bool actWidgetReceivers = false;
524 bool actImeService = false;
525 false;
532 bool specCameraFeature = false; // camera-related
533 bool specCameraAutofocusFeature = false;
534 bool reqCameraAutofocusFeature = false;
535 bool reqCameraFlashFeature = false;
536 bool hasCameraPermission = false;
537 bool specLocationFeature = false; // location-related
538 bool specNetworkLocFeature = false;
539 bool reqNetworkLocFeature = false;
540 bool specGpsFeature = false;
541 bool reqGpsFeature = false;
542 bool hasMockLocPermission = false;
543 bool hasCoarseLocPermission = false;
544 bool hasGpsPermission = false;
545 bool hasGeneralLocPermission = false;
546 bool specBluetoothFeature = false; // Bluetooth API-related
547 bool hasBluetoothPermission = false;
548 bool specMicrophoneFeature = false; // microphone-related
549 bool hasRecordAudioPermission = false;
550 bool specWiFiFeature = false;
551 bool hasWiFiPermission = false;
552 bool specTelephonyFeature = false; // telephony-related
553 bool reqTelephonySubFeature = false;
554 bool hasTelephonyPermission = false;
555 bool specTouchscreenFeature = false; // touchscreen-related
556 bool specMultitouchFeature = false;
557 bool reqDistinctMultitouchFeature = false;
562 //bool specCompassFeature = false;
563 //bool specAccelerometerFeature = false;
564 //bool specProximityFeature = false;
565 //bool specAmbientLightFeature = false;
566 //bool specLiveWallpaperFeature = false;
582 withinApplication = false;
598 withinActivity = false;
599 withinService = false;
600 withinReceiver = false;
601 hasIntentFilter = false;
602 isMainActivity = isLauncherActivity = false;
617 withinIntentFilter = false;
651 withinApplication = false;
862 withinActivity = false;
863 withinReceiver = false;
864 withinService = false;
865 hasIntentFilter = false;
915 actMainActivity = actWidgetReceivers = actImeService = actWallpaperService = false;
1033 // <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
1035 // of whether its value is true or false, so this is safe
1242 zip = openReadWrite(zipFileName, false);
1356 err = writeResourceSymbols(bundle, assets, assets->getPackage(), false);