OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:applicationinfo
(Results
26 - 50
of
365
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/java/com/android/server/am/
BackupRecord.java
21
import android.content.pm.
ApplicationInfo
;
33
final
ApplicationInfo
appInfo; // information about BackupAgent's app
39
BackupRecord(BatteryStatsImpl.Uid.Pkg.Serv _agentStats,
ApplicationInfo
_appInfo,
LaunchWarningWindow.java
46
icon.setImageDrawable(next.info.
applicationInfo
.loadIcon(context.getPackageManager()));
49
next.info.
applicationInfo
.loadLabel(context.getPackageManager()).toString()));
51
icon.setImageDrawable(cur.info.
applicationInfo
.loadIcon(context.getPackageManager()));
54
cur.info.
applicationInfo
.loadLabel(context.getPackageManager()).toString()));
CompatModeDialog.java
22
import android.content.pm.
ApplicationInfo
;
33
final
ApplicationInfo
mAppInfo;
40
ApplicationInfo
appInfo) {
CompatModePackages.java
19
import android.content.pm.
ApplicationInfo
;
121
ApplicationInfo
ai = null;
145
public CompatibilityInfo compatibilityInfoForPackageLocked(
ApplicationInfo
ai) {
153
public int computeCompatModeLocked(
ApplicationInfo
ai) {
207
return computeCompatModeLocked(r.info.
applicationInfo
);
216
setPackageScreenCompatModeLocked(r.info.
applicationInfo
, mode);
220
ApplicationInfo
ai = null;
232
ApplicationInfo
ai = null;
244
private void setPackageScreenCompatModeLocked(
ApplicationInfo
ai, int mode) {
365
ApplicationInfo
ai = null
[
all
...]
/frameworks/base/services/java/com/android/server/firewall/
NotFilter.java
20
import android.content.pm.
ApplicationInfo
;
35
public boolean matches(IntentFirewall ifw, Intent intent,
ApplicationInfo
callerApp,
36
int callerUid, int callerPid, String resolvedType,
ApplicationInfo
resolvedApp) {
SenderPermissionFilter.java
20
import android.content.pm.
ApplicationInfo
;
36
public boolean matches(IntentFirewall ifw, Intent intent,
ApplicationInfo
callerApp,
37
int callerUid, int callerPid, String resolvedType,
ApplicationInfo
resolvedApp) {
PortFilter.java
20
import android.content.pm.
ApplicationInfo
;
44
public boolean matches(IntentFirewall ifw, Intent intent,
ApplicationInfo
callerApp,
45
int callerUid, int callerPid, String resolvedType,
ApplicationInfo
resolvedApp) {
/development/samples/Home/src/com/example/android/home/
ApplicationInfo.java
27
class
ApplicationInfo
{
66
if (!(o instanceof
ApplicationInfo
)) {
70
ApplicationInfo
that = (
ApplicationInfo
) o;
ApplicationsStackLayout.java
71
private List<
ApplicationInfo
> mFavorites;
72
private List<
ApplicationInfo
> mRecents;
240
private int stackApplications(List<
ApplicationInfo
> applications, int childLeft, int childTop) {
251
final
ApplicationInfo
info = applications.get(i);
303
ViewGroup group,
ApplicationInfo
info) {
322
public void setFavorites(List<
ApplicationInfo
> applications) {
332
public void setRecents(List<
ApplicationInfo
> applications) {
/cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java
20
import android.content.pm.
ApplicationInfo
;
70
if (expected.
applicationInfo
!= null) {
71
assertNotNull(actual.
applicationInfo
);
72
checkAppInfo(expected.
applicationInfo
, actual.
applicationInfo
);
74
assertNull(actual.
applicationInfo
);
88
private void checkAppInfo(
ApplicationInfo
expected,
ApplicationInfo
actual) {
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
ContactsMockPackageManager.java
19
import android.content.pm.
ApplicationInfo
;
41
public Drawable getDrawable(String packageName, int resid,
ApplicationInfo
appInfo) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java
21
import android.content.pm.
ApplicationInfo
;
43
public static final String INTENT_ATTR_APPLICATION_INFO=PREFIX+"
applicationInfo
";
51
public static
ApplicationInfo
getApplicationInfo(File sourcePath) {
62
return pkg.
applicationInfo
;
101
ApplicationInfo
appInfo, View snippetView) {
116
* @param appInfo
ApplicationInfo
object of package whose resources are to be loaded
153
* @param appInfo
ApplicationInfo
object of package whose resources are to be loaded
157
Activity pContext,
ApplicationInfo
appInfo, File sourceFile) {
PackageInstallerActivity.java
28
import android.content.pm.
ApplicationInfo
;
73
ApplicationInfo
mSourceInfo;
75
//
ApplicationInfo
object primarily used for already existing applications
76
private
ApplicationInfo
mAppInfo = null;
111
msg = (mAppInfo.flags &
ApplicationInfo
.FLAG_SYSTEM) != 0
161
msg = (mAppInfo.flags &
ApplicationInfo
.FLAG_SYSTEM) != 0
236
CharSequence appTitle = mPm.getApplicationLabel(mPkgInfo.
applicationInfo
);
261
CharSequence appTitle1 = mPm.getApplicationLabel(mPkgInfo.
applicationInfo
);
321
mPkgInfo.
applicationInfo
.packageName = pkgName;
330
if ((mAppInfo.flags&
ApplicationInfo
.FLAG_INSTALLED) == 0)
[
all
...]
/packages/apps/Settings/tests/src/com/android/settings/
SettingsHookTests.java
26
import android.content.pm.
ApplicationInfo
;
77
ApplicationInfo
applicationInfo
= pm.getApplicationInfo(PACKAGE_NAME, 0);
78
assertTrue((
applicationInfo
.flags &
ApplicationInfo
.FLAG_SYSTEM) != 0);
/frameworks/base/docs/html/sdk/api_diff/11/changes/
android.content.pm.ApplicationInfo.html
10
android.content.pm.
ApplicationInfo
74
Class android.content.pm.<A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html" target="_top"><font size="+2"><code>
ApplicationInfo
</code></font></A>
87
<A NAME="android.content.pm.
ApplicationInfo
.FLAG_LARGE_HEAP"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#FLAG_LARGE_HEAP" target="_top"><code>FLAG_LARGE_HEAP</code></A></nobr>
94
<A NAME="android.content.pm.
ApplicationInfo
.FLAG_SUPPORTS_XLARGE_SCREENS"></A>
95
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#FLAG_SUPPORTS_XLARGE_SCREENS" target="_top"><code>FLAG_SUPPORTS_XLARGE_SCREENS</code></A></nobr>
/frameworks/base/docs/html/sdk/api_diff/13/changes/
android.content.pm.ApplicationInfo.html
10
android.content.pm.
ApplicationInfo
74
Class android.content.pm.<A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html" target="_top"><font size="+2"><code>
ApplicationInfo
</code></font></A>
87
<A NAME="android.content.pm.
ApplicationInfo
.compatibleWidthLimitDp"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#compatibleWidthLimitDp" target="_top"><code>compatibleWidthLimitDp</code></A></nobr>
94
<A NAME="android.content.pm.
ApplicationInfo
.largestWidthLimitDp"></A>
95
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#largestWidthLimitDp" target="_top"><code>largestWidthLimitDp</code></A></nobr>
101
<A NAME="android.content.pm.
ApplicationInfo
.requiresSmallestWidthDp"></A>
102
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#requiresSmallestWidthDp" target="_top"><code>requiresSmallestWidthDp</code></A></nobr>
/frameworks/base/docs/html/sdk/api_diff/17/changes/
android.content.pm.ApplicationInfo.html
10
android.content.pm.
ApplicationInfo
74
Class android.content.pm.<A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html" target="_top"><font size="+2"><code>
ApplicationInfo
</code></font></A>
87
<A NAME="android.content.pm.
ApplicationInfo
.FLAG_INSTALLED"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#FLAG_INSTALLED" target="_top"><code>FLAG_INSTALLED</code></A></nobr>
94
<A NAME="android.content.pm.
ApplicationInfo
.FLAG_IS_DATA_ONLY"></A>
95
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#FLAG_IS_DATA_ONLY" target="_top"><code>FLAG_IS_DATA_ONLY</code></A></nobr>
101
<A NAME="android.content.pm.
ApplicationInfo
.FLAG_SUPPORTS_RTL"></A>
102
<nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/
ApplicationInfo
.html#FLAG_SUPPORTS_RTL" target="_top"><code>FLAG_SUPPORTS_RTL</code></A></nobr>
/frameworks/base/services/java/com/android/server/pm/
SELinuxMMAC.java
19
import android.content.pm.
ApplicationInfo
;
245
* The label is attached to the
ApplicationInfo
instance of the package.
259
if (((pkg.
applicationInfo
.flags &
ApplicationInfo
.FLAG_SYSTEM) != 0) ||
260
((pkg.
applicationInfo
.flags &
ApplicationInfo
.FLAG_UPDATED_SYSTEM_APP) != 0)) {
268
String seinfo = pkg.
applicationInfo
.seinfo = sSigSeinfo.get(s);
279
String seinfo = pkg.
applicationInfo
.seinfo = sPackageSeinfo.get(pkg.packageName);
289
String seinfo = pkg.
applicationInfo
.seinfo = sSigSeinfo.get(null);
/frameworks/base/core/java/android/content/pm/
ApplicationInfo.aidl
20
parcelable
ApplicationInfo
;
PackageParser.java
288
pi.
applicationInfo
= generateApplicationInfo(p, flags, state, userId);
290
if ((pi.
applicationInfo
.flags&
ApplicationInfo
.FLAG_SYSTEM) != 0
291
|| (pi.
applicationInfo
.flags&
ApplicationInfo
.FLAG_UPDATED_SYSTEM_APP) != 0) {
565
//pkg.
applicationInfo
.sourceDir = destCodePath;
566
//pkg.
applicationInfo
.publicSourceDir = destRes;
[
all
...]
/packages/apps/Settings/src/com/android/settings/inputmethod/
SpellCheckersSettings.java
25
import android.content.pm.
ApplicationInfo
;
142
scp.getSpellCheckerInfo().getServiceInfo().
applicationInfo
.loadLabel(
157
return (sci.getServiceInfo().
applicationInfo
.flags &
ApplicationInfo
.FLAG_SYSTEM) != 0;
/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
MockPackageManager.java
24
import android.content.pm.
ApplicationInfo
;
88
packageInfo.activityInfo.
applicationInfo
= new
ApplicationInfo
();
89
packageInfo.activityInfo.
applicationInfo
.packageName = componentName.getPackageName();
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsMockPackageManager.java
19
import android.content.pm.
ApplicationInfo
;
69
public
ApplicationInfo
getApplicationInfo(String packageName, int flags) {
70
ApplicationInfo
info = new
ApplicationInfo
();
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java
34
import android.content.pm.
ApplicationInfo
;
56
ApplicationInfo
ai = app.getPackageManager().getApplicationInfo(
59
ai.flags |=
ApplicationInfo
.FLAG_SUPPORTS_XLARGE_SCREENS
60
|
ApplicationInfo
.FLAG_SUPPORTS_LARGE_SCREENS
61
|
ApplicationInfo
.FLAG_SUPPORTS_NORMAL_SCREENS
62
|
ApplicationInfo
.FLAG_SUPPORTS_SMALL_SCREENS
63
|
ApplicationInfo
.FLAG_RESIZEABLE_FOR_SCREENS
64
|
ApplicationInfo
.FLAG_SUPPORTS_SCREEN_DENSITIES;
/frameworks/base/test-runner/src/android/test/mock/
MockPackageManager.java
24
import android.content.pm.
ApplicationInfo
;
115
public
ApplicationInfo
getApplicationInfo(String packageName, int flags)
222
public List<
ApplicationInfo
> getInstalledApplications(int flags) {
305
public Drawable getDrawable(String packageName, int resid,
ApplicationInfo
appInfo) {
326
public Drawable getApplicationIcon(
ApplicationInfo
info) {
346
public Drawable getApplicationLogo(
ApplicationInfo
info) {
356
public CharSequence getText(String packageName, int resid,
ApplicationInfo
appInfo) {
362
ApplicationInfo
appInfo) {
367
public CharSequence getApplicationLabel(
ApplicationInfo
info) {
378
public Resources getResourcesForApplication(
ApplicationInfo
app)
[
all
...]
Completed in 598 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>