Home
last modified time | relevance | path

Searched refs:application (Results 1 – 25 of 33) sorted by relevance

12

/development/samples/SkeletonApp/
Dreadme.txt5 This directory contains the full implementation of a basic application for
7 will use. You can run the application either directly from the "test"
16 This XML file describes to the Android platform what your application can do.
17 It is a required file, and is the mechanism you use to show your application
23 Under this directory is the Java source for for your application.
36 Under this directory are the resources for your application.
62 These XML files describe additional resources included in the application.
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppListViewModel.java42 public AppListViewModel(Application application) { in AppListViewModel() argument
43 super(application); in AppListViewModel()
44 mLiveData = new AppListLiveData(application); in AppListViewModel()
45 mPackageIntentReceiver = new PackageIntentReceiver(mLiveData, application); in AppListViewModel()
DPinnedAppListViewModel.java48 public PinnedAppListViewModel(Application application) { in PinnedAppListViewModel() argument
49 super(application); in PinnedAppListViewModel()
50 mLiveData = new PinnedAppListLiveData(application); in PinnedAppListViewModel()
/development/tools/repo_diff/service/repodiff/
DREADME.md24 The application assumes that both a development and production environment
26 the following environment variables will need to be set in your application
51 Executing the application will by default:
55 2. Run application-specified analytics on the persisted data and write the
65 `config.json` will specify input and output parameters for the application;
76 To connect to the MySQL server used by the application, run:
103 The rationale behind the application is that setup in Data Studio should require
105 projections of the underlying model. The application, then, should run whatever
/development/samples/training/ads-and-ux/
DReadMe.txt1 This sample demonstrates the integration of an mobile ad SDK with your application. In this case,
4 The application has the following external dependencies. In order to build, be sure to obtain these
/development/samples/ApiDemos/
DREADME.txt1 The API Demos application includes a variety of small applications
9 - Persistent application state
/development/samples/browseable/RecipeAssistant/
D_index.jd8 This phone application uses the enhanced notifications API to display recipe
9 …instructions using paged notifications. After starting the application on your phone, you can brow…
/development/samples/browseable/CommitContentSampleApp/
D_index.jd8 This sample demonstrates how to write an application which accepts rich content
/development/samples/browseable/BasicAccessibility/
D_index.jd8 …This sample demonstrates how to create an accessible application, using a mix of different widgets…
/development/samples/BluetoothLeGatt/
D_index.jd5 <p>A sample application that demonstrates how to communicate with
/development/samples/devbytes/telephony/SmsSampleProject/app/
Dbuild.gradle1 apply plugin: 'com.android.application'
/development/samples/devbytes/telephony/SmsSampleProject/
Dbuild.gradle10 // NOTE: Do not place your application dependencies here; they belong
/development/samples/browseable/AppRestrictionSchema/
D_index.jd8 This sample shows how to use app restrictions. This application has one boolean
/development/samples/browseable/BasicContactables/
D_index.jd10 … reducing the number of queries your application needs to use when searching the contacts database!
/development/tools/checkcolor/
D.gitignore1 #built application files
/development/samples/browseable/BluetoothChat/
D_index.jd8 This application allows two Android devices to carry out two-way text chat over
/development/samples/browseable/FindMyPhone/
D_index.jd8 This sample application notifies you when you may have left your phone behind
/development/samples/browseable/Notifications/
D_index.jd8 This sample application provides a showcase of available notification styles and
/development/samples/browseable/AppShortcuts/
D_index.jd9 This API allows an application to define a set of Intents which are displayed as
/development/samples/DeviceAdminWhitelistedAccount/
DREADME.md3 This application creates an account that will *not* prevent test-only DO/PO from being activated.
/development/samples/browseable/ElizaChat/
D_index.jd8 … This sample is a phone application that provides a chat experience in which users can respond to
/development/samples/browseable/DisplayingBitmaps/
D_index.jd8 This is a sample application for the Android Training class
/development/samples/browseable/BasicAndroidKeyStore/
D_index.jd10 encryption keys that only your application can access. You can also sign data
/development/samples/browseable/ActiveNotifications/
D_index.jd9 NotificationManager can tell you how many notifications your application
/development/samples/browseable/BeamLargeFiles/
D_index.jd13 your application will not receive an Intent on the receiving device. Instead, the system

12