OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onConfigure
(Results
1 - 21
of
21
) sorted by null
/frameworks/base/core/java/android/service/trust/
ITrustAgentService.aidl
30
oneway void
onConfigure
(in List<PersistableBundle> options, IBinder token);
TrustAgentService.java
156
boolean result =
onConfigure
(data.options);
243
public boolean
onConfigure
(List<PersistableBundle> options) {
375
public void
onConfigure
(List<PersistableBundle> args, IBinder token) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderBase.h
70
virtual void
onConfigure
(const sp<AMessage> &format) = 0;
NuPlayerDecoderPassThrough.h
38
virtual void
onConfigure
(const sp<AMessage> &format);
NuPlayerDecoder.h
44
virtual void
onConfigure
(const sp<AMessage> &format);
NuPlayerDecoderBase.cpp
137
onConfigure
(format);
NuPlayerDecoderPassThrough.cpp
61
void NuPlayer::DecoderPassThrough::
onConfigure
(const sp<AMessage> &format) {
62
ALOGV("[%s]
onConfigure
", mComponentName.c_str());
NuPlayerDecoder.cpp
249
void NuPlayer::Decoder::
onConfigure
(const sp<AMessage> &format) {
265
ALOGV("[%s]
onConfigure
(surface=%p)", mComponentName.c_str(), mSurface.get());
[
all
...]
/frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java
239
onConfigure
(db);
311
public void
onConfigure
(SQLiteDatabase db) {}
372
* is created, upgraded, or downgraded, do it in {@link #
onConfigure
} instead.
/packages/apps/TV/src/com/android/tv/dvr/provider/
DvrDatabaseHelper.java
63
public void
onConfigure
(SQLiteDatabase db) {
/frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java
373
mTrustAgentService.
onConfigure
(config, mSetTrustAgentFeaturesToken);
376
mTrustAgentService.
onConfigure
(Collections.EMPTY_LIST, null);
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
SampleTrustAgent.java
117
public boolean
onConfigure
(List<PersistableBundle> options) {
123
Log.w(TAG, "
onConfigure
() called with no options");
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java
91
mHelper.
onConfigure
(mDb);
/packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java
401
public void
onConfigure
(SQLiteDatabase db) {
[
all
...]
/external/robolectric/v1/lib/main/
android.jar
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 453 milliseconds