Searched refs:app (Results 1 - 25 of 714) sorted by relevance

1234567891011>>

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DIsolatedService2.java17 package com.example.android.apis.app;
H A DIRemoteServiceCallback.aidl17 package com.example.android.apis.app;
H A DIRemoteService.aidl17 package com.example.android.apis.app;
19 import com.example.android.apis.app.IRemoteServiceCallback;
H A DCustomDialogActivity.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
35 * call {@link android.app.Activity#setContentView setContentView()} to
H A DForwardTarget.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
H A DHelloWorld.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
39 * <td >src/com.example.android.apis/app/HelloWorld.java</td>
52 * call {@link android.app.Activity#setContentView setContentView()} to
H A DISecondary.aidl17 package com.example.android.apis.app;
H A DOverscanActivity.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
24 import android.app.Activity;
H A DTranslucentActivity.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
35 * call {@link android.app.Activity#setContentView setContentView()} to
H A DWallpaperActivity.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
35 * call {@link android.app.Activity#setContentView setContentView()} to
H A DSearchSuggestionSampleProvider.java17 package com.example.android.apis.app;
H A DSecureWindowActivity.java17 package com.example.android.apis.app;
21 import android.app.Activity;
53 * call {@link android.app.Activity#setContentView setContentView()} to
H A DTranslucentBlurActivity.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
38 * call {@link android.app.Activity#setContentView setContentView()} to
/development/samples/ApiDemos/src/com/example/android/apis/
H A DApiDemosApplication.java19 import android.app.Application;
22 * This is an example of a {@link android.app.Application} class. This can
23 * be used as a central repository for per-process information about your app;
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
H A DSimpleUpActivity.java17 package com.example.android.appnavigation.app;
21 import android.app.Activity;
H A DInterstitialMessageActivity.java17 package com.example.android.appnavigation.app;
21 import android.app.Activity;
22 import android.app.TaskStackBuilder;
/development/tools/findunused/
H A Dfindunusedresources10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
28 for app in $apps
31 if [ "$app" == "." ]
33 app=$(pwd)
35 if [ -d $app/res ]
37 appname=$(basename $app)
38 iappname=$(grep LOCAL_PACKAGE_NAME $app/Android.mk | sed 's/.*:= *//')
40 for res in $(echo $app/res/* $(find $ANDROID_BUILD_TOP/vendor -type d -wholename $ANDROID_BUILD_TOP/vendor/*/$appname/res | grep overlay))
44 sources=$app/src
45 if [ -d $app/test
[all...]
H A Dfindunusedstrings8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
26 for app in $apps
28 if [ -d $app/res ]
30 pushd $app > /dev/null
38 echo $app
44 echo $app: $count unused strings
48 popd $app > /dev/null
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DSearchViewAlwaysVisible.java21 import android.app.Activity;
22 import android.app.SearchManager;
23 import android.app.SearchableInfo;
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DInterstitialMessageActivity.java17 package com.example.android.support.appnavigation.app;
21 import android.app.Activity;
24 import android.support.v4.app.TaskStackBuilder;
H A DSimpleUpActivity.java17 package com.example.android.support.appnavigation.app;
21 import android.app.ActionBar;
22 import android.app.Activity;
24 import android.support.v4.app.NavUtils;
H A DActionBarCompat.java17 package com.example.android.support.appnavigation.app;
19 import android.app.Activity;
/development/apps/launchperf/src/com/android/launchperf/
H A DEmptyActivity.java19 import android.app.Activity;
/development/samples/BackupRestore/src/com/example/android/backuprestore/
H A DFileHelperExampleAgent.java21 import android.app.backup.BackupAgentHelper;
22 import android.app.backup.BackupDataInput;
23 import android.app.backup.BackupDataOutput;
24 import android.app.backup.FileBackupHelper;
31 * for backing up using the {@link android.app.backup.FileBackupHelper} class
55 * The {@link android.app.backup.FileBackupHelper FileBackupHelper} class
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
H A DCompatActionBarNavHandler.java19 import android.app.ActionBar.OnNavigationListener;
20 import android.app.ActionBar.Tab;
21 import android.app.ActionBar.TabListener;
22 import android.app.FragmentTransaction;
73 * tapped on again. This is not used in our app.
81 * Called by framework when a tab is unselected. Not used in our app.

Completed in 2313 milliseconds

1234567891011>>