/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/about/ |
AboutPreferences.java | 19 import android.app.Fragment;
|
/external/chromium_org/mojo/apps/js/ |
application_delegate_impl.cc | 13 ContentHandlerImpl::ContentHandlerImpl(ApplicationDelegateImpl* app) 14 : content_handler_(app) { 31 void ApplicationDelegateImpl::Initialize(ApplicationImpl* app) { 32 application_impl_ = app; 46 JSApp* app = new JSApp(this, url, content.Pass()); local 47 app_vector_.push_back(app); 49 app->Start(); 52 void ApplicationDelegateImpl::QuitJSApp(JSApp* app) { 54 std::find(app_vector_.begin(), app_vector_.end(), app);
|
/prebuilts/sdk/tools/lib/ |
shrinkedAndroid.jar | |
/external/chromium_org/chrome/browser/resources/ntp4/ |
apps_page.css | 5 .app { 11 .app-contents { 15 .app-contents:active:not(.suppress-active), 16 .app:not(.click-focus):focus .app-contents:not(.suppress-active), 17 .drag-representation:not(.placing) .app-contents { 22 .app-contents:active:not(.suppress-active), 25 .app-contents.suppress-active { 29 .app-contents > span { 36 .app-img-container [all...] |
/cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src/com/android/cts/monkey/ |
MonkeyActivity.java | 19 import android.app.Activity; 20 import android.app.ActivityManager;
|
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
DatePickerModifier.java | 17 package android.theme.app.modifiers; 19 import android.theme.app.LayoutModifier;
|
/cts/tests/app/src/android/app/cts/ |
ActivityManagerStubCrashActivity.java | 17 package android.app.cts; 19 import android.app.Activity;
|
ActivityManagerStubFooActivity.java | 17 package android.app.cts; 19 import android.app.Activity;
|
AliasActivityStub.java | 16 package android.app.cts; 18 import android.app.AliasActivity;
|
MockApplicationActivity.java | 17 package android.app.cts; 19 import android.app.Activity;
|
PendingIntentStubActivity.java | 17 package android.app.cts; 19 import android.app.Activity;
|
/cts/tests/tests/app/src/android/app/cts/ |
ExpandableListActivityTest.java | 17 package android.app.cts; 19 import android.app.ExpandableListActivity;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
CustomDialogActivity.java | 17 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
|
ForwardTarget.java | 17 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;
|
HelloWorld.java | 17 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; 34 App/Activity/Hello World 39 * <td >src/com.example.android.apis/app/HelloWorld.java</td> 52 * call {@link android.app.Activity#setContentView setContentView()} to
|
ISecondary.aidl | 17 package com.example.android.apis.app;
|
OverscanActivity.java | 17 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;
|
TranslucentActivity.java | 17 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
|
WallpaperActivity.java | 17 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
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
SimpleUpActivity.java | 17 package com.example.android.appnavigation.app; 21 import android.app.Activity;
|
/development/tools/findunused/ |
findunusedresources | 10 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/tests [all...] |
/external/chromium_org/native_client_sdk/src/gonacl_appengine/ |
Makefile | 11 dev_appserver.py app.yaml
|
/external/chromium_org/tools/gyp/test/mac/postbuild-defaults/ |
postbuild-defaults.sh | 9 PLIST="${BUILT_PRODUCTS_DIR}"/Test.app/Contents/Info # No trailing .plist
|
/frameworks/base/core/java/android/app/ |
IActivityContainerCallback.aidl | 17 package android.app;
|
IActivityPendingResult.aidl | 1 /* //device/java/android/android/app/IActivityPendingResult.aidl 18 package android.app;
|