Searched defs:onConfigure (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java239 onConfigure(db);
311 public void onConfigure(SQLiteDatabase db) {} method in class:SQLiteOpenHelper
372 * is created, upgraded, or downgraded, do it in {@link #onConfigure} instead.
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp61 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::DecoderPassThrough
62 ALOGV("[%s] onConfigure", mComponentName.c_str());
H A DNuPlayerDecoder.cpp235 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::Decoder
251 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get());
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java156 boolean result = onConfigure(data.options);
243 public boolean onConfigure(List<PersistableBundle> options) { method in class:TrustAgentService
375 public void onConfigure(List<PersistableBundle> args, IBinder token) { method in class:TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java117 public boolean onConfigure(List<PersistableBundle> options) { method in class:SampleTrustAgent
123 Log.w(TAG, "onConfigure() called with no options");

Completed in 1155 milliseconds