Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 25 of 29) sorted by relevance

12

/development/tools/winscope/src/test/fixtures/traces/
Deventlog.winscope14 …987984 1000 1654 1695 I wm_set_resumed_activity: [0,com.google.android.apps.nexuslauncher/.Nexu…
15 …000 1654 1695 I wm_resume_activity: [0,225733613,101,com.google.android.apps.nexuslauncher/.Nexu…
16 …9 10227 2806 2806 I wm_on_restart_called: [225733613,com.google.android.apps.nexuslauncher.Nexus…
17 …902 10227 2806 2806 I wm_on_start_called: [225733613,com.google.android.apps.nexuslauncher.Nexus…
18 …74 10227 2806 2806 I wm_on_resume_called: [225733613,com.google.android.apps.nexuslauncher.Nexus…
19 …06 2806 I wm_on_top_resumed_gained_called: [225733613,com.google.android.apps.nexuslauncher.Nexus…
24 …per_surface: [0,1,Window{268cd60 u0 com.google.android.apps.nexuslauncher/com.google.android.apps.…
25 …,325,2660,757,761,758,9,759,5,806,com.google.android.apps.nexuslauncher,871,com.google.android.app…
26 …651070 1000 1654 10793 I wm_set_resumed_activity: [0,com.google.android.apps.nexuslauncher/.Nexu…
41 …input_focus: [Focus request 268cd60 com.google.android.apps.nexuslauncher/com.google.android.apps.…
[all …]
/development/tools/findunused/
Dfindunusedstrings8 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
20 apps=$1
21 if [ "$apps" == "" ]
23 apps=$ANDROID_BUILD_TOP/packages/apps/*
26 for app in $apps
Dremoveunusedresources9 apps=$1
11 if [ "$apps" = "" ]
15 elif [ "$apps" = "--all" ]
17 apps=$ANDROID_BUILD_TOP/packages/apps/*
22 for app in $apps
Dfindunusedresources10 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
22 apps=$1
23 if [ "$apps" == "" ]
25 apps=$ANDROID_BUILD_TOP/packages/apps/*
28 for app in $apps
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dproject.csv13 2018/03/02,platform/packages/apps/StorageManager,,Downstream Only Projects,0,0,0,0,0
16 2018/03/02,platform/packages/apps/Car/LatinIME,,Downstream Only Projects,0,0,0,0,0
17 2018/03/02,platform/packages/apps/SpareParts,platform/packages/apps/SpareParts,Modified Projects,2,…
30 2018/03/02,platform/packages/apps/Gallery,platform/packages/apps/Gallery,Modified Projects,39,66,63…
46 2018/03/02,platform/packages/apps/DocumentsUI,,Downstream Only Projects,0,0,0,0,0
66 2018/03/02,platform/packages/apps/Browser2,platform/packages/apps/Browser2,Modified Projects,2,7,1,…
67 2018/03/02,platform/packages/apps/PackageInstaller,platform/packages/apps/PackageInstaller,Modified…
68 2018/03/02,platform/packages/apps/ExactCalculator,platform/packages/apps/ExactCalculator,Modified P…
91 2018/03/02,platform/packages/apps/DevCamera,platform/packages/apps/DevCamera,Modified Projects,3,11…
97 2018/03/02,platform/packages/apps/Car/LocalMediaPlayer,,Downstream Only Projects,0,0,0,0,0
[all …]
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCustom.java232 List<ApplicationInfo> apps = mPm.getInstalledApplications( in loadInBackground() local
235 if (apps == null) { in loadInBackground()
236 apps = new ArrayList<ApplicationInfo>(); in loadInBackground()
242 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); in loadInBackground()
243 for (int i=0; i<apps.size(); i++) { in loadInBackground()
244 AppEntry entry = new AppEntry(this, apps.get(i)); in loadInBackground()
261 @Override public void deliverResult(List<AppEntry> apps) { in deliverResult() argument
265 if (apps != null) { in deliverResult()
266 onReleaseResources(apps); in deliverResult()
270 mApps = apps; in deliverResult()
[all …]
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DBaseActivityListFragment.java56 final List<LauncherActivityInfo> apps = new ArrayList<>(); in refreshList() local
61 apps.addAll(getActivities(user)); in refreshList()
64 Collections.sort(apps, sLauncherIconComparator); in refreshList()
69 Log.d(Global.TAG, "Apps and shortcuts loaded. (count=" + apps.size() + ")"); in refreshList()
71 mAdapter.setList(apps); in refreshList()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppListViewModel.java76 List<ResolveInfo> apps = mPackageManager.queryIntentActivities(mainIntent, in loadData() local
80 if (apps != null) { in loadData()
81 for (ResolveInfo app : apps) { in loadData()
DPinnedAppListViewModel.java98 final List<ResolveInfo> apps = mPackageManager.queryIntentActivities(mainIntent, in loadData() local
101 if (apps != null) { in loadData()
102 for (ResolveInfo app : apps) { in loadData()
/development/samples/browseable/DragAndDropAcrossApps/
D_index.jd9 app or between different apps via drag and drop.
12 app. Images are shared between the two apps through a URI for which the receiving app
/development/samples/browseable/PermissionRequest/
D_index.jd8 This sample shows how to handle PermissionRequest coming from web apps inside of a
/development/samples/AccelerometerPlay/
D_index.jd6 <p>Example code that shows how to use the device accelerometer in apps and games.</p>
/development/samples/browseable/AppRestrictionEnforcer/
D_index.jd8 This sample demonstrates how to set restrictions to other apps as a profile owner.
/development/samples/VirtualDeviceManager/
DREADME.md18 The VDM Demo contains 3 apps:
24 launch apps on the virtual device, which are streamed to the client.
63 The interactive script will prompt you which apps to install to which of the
108 1. Start both the Client and the Host apps on each respective device.
113 WARNING: If there are other devices in the vicinity with one of these apps
118 the streamed apps and the virtual device in general.
120 1. Check out the [Demo apps](#demos) that are specifically meant to showcase
136 show a launcher-like list of installed apps on the host device.
206 - **Hide streamed app from recents**: Whether streamed apps should show up in
207 the host device's recent apps. Run the commands below to make this
[all …]
/development/tools/privapp_permissions/
DREADME5 privileged apps.
/development/vndk/tools/sourcedr/
DREADME.md10 pre-installed apps with `sharedUserId`.
/development/samples/browseable/WearVerifyRemoteApp/
D_index.jd9 connected device. This enables standalone Android Wear apps to check if the phone app is installed
/development/samples/browseable/AdvancedImmersiveMode/
D_index.jd11 with some of the other UI flags related to full-screen apps.
/development/samples/Home/src/com/example/android/home/
DHome.java489 final List<ResolveInfo> apps = manager.queryIntentActivities(mainIntent, 0); in loadApplications() local
490 Collections.sort(apps, new ResolveInfo.DisplayNameComparator(manager)); in loadApplications()
492 if (apps != null) { in loadApplications()
493 final int count = apps.size(); in loadApplications()
502 ResolveInfo info = apps.get(i); in loadApplications()
610 public ApplicationsAdapter(Context context, ArrayList<ApplicationInfo> apps) { in ApplicationsAdapter() argument
611 super(context, 0, apps); in ApplicationsAdapter()
/development/samples/browseable/BasicManagedProfile/
D_index.jd9 enable or disable other apps and how to set restrictions to them. Intents can be
/development/tools/idegen/
DREADME65 directory. For example, you might exclude all apps except the Browser in your
66 IDE configuration with this regular expression: "^packages/apps/(?!Browser)".
80 you might add an expression like "^packages/apps/MyApp/src$" to the top
Dexcluded-paths33 ^development/apps/OBJViewer$
34 ^packages/apps/IM/samples/PluginDemo$
/development/samples/DeviceAdminWhitelistedAccount/
DAndroid.bp17 // We build two apps from the same source
/development/samples/DataWiper/
DAndroid.bp17 // We build two apps from the same source
/development/samples/browseable/WatchFace/
D_index.jd13 Because watch face apps do not have a default Activity in their project, you will need to set your

12