Home | History | Annotate | Download | only in aapt

Lines Matching full:true

211             tree.setTo(manifestAsset->getBuffer(true),
408 if (tree.setTo(asset->getBuffer(true),
435 if (tree.setTo(asset->getBuffer(true),
454 if (tree.setTo(asset->getBuffer(true),
653 withinApplication = true;
762 specCameraFeature = true;
767 specCameraAutofocusFeature = true;
771 reqCameraFlashFeature = true;
773 specLocationFeature = true;
775 specNetworkLocFeature = true;
778 specGpsFeature = true;
781 specBluetoothFeature = true;
783 specTouchscreenFeature = true;
785 specMultitouchFeature = true;
789 specMicrophoneFeature = true;
791 specWiFiFeature = true;
793 specTelephonyFeature = true;
798 reqTelephonySubFeature = true;
813 hasCameraPermission = true;
815 hasGpsPermission = true;
817 hasMockLocPermission = true;
819 hasCoarseLocPermission = true;
822 hasGeneralLocPermission = true;
825 hasBluetoothPermission = true;
827 hasRecordAudioPermission = true;
831 hasWiFiPermission = true;
843 hasTelephonyPermission = true;
867 withinActivity = true;
896 withinReceiver = true;
904 withinService = true;
913 hasIntentFilter = true;
914 withinIntentFilter = true;
926 isMainActivity = true;
927 actMainActivity = true;
931 actWidgetReceivers = true;
935 actImeService = true;
937 actWallpaperService = true;
941 isSearchable = true;
953 isLauncherActivity = true;
964 * present and set to true.
1034 // Note that specTouchscreenFeature is true if the tag is present, regardless
1035 // of whether its value is true or false, so this is safe
1179 zip = openReadWrite(zipFileName, true);
1295 bundle->setPseudolocalize(true);
1347 err = writeResourceSymbols(bundle, assets, assets->getPackage(), true);
1350 err = writeResourceSymbols(bundle, assets, customPkg, true);
1360 err = writeResourceSymbols(bundle, assets, assets->getSymbolsPrivatePackage(), true);