OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PackageType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
ResourceTable.h
92
enum
PackageType
{
112
ResourceTable(Bundle* bundle, const String16& assetsPackage,
PackageType
type);
591
PackageType
mPackageType;
/frameworks/base/tools/aapt2/
Main.cpp
271
enum class
PackageType
{
280
PackageType
packageType
=
PackageType
::StandardApp;
433
if (options.
packageType
== AaptOptions::
PackageType
::StaticLibrary) {
794
if (options.
packageType
== AaptOptions::
PackageType
::StaticLibrary) {
863
if (options.
packageType
== AaptOptions::
PackageType
::StaticLibrary)
[
all
...]
Completed in 64 milliseconds