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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteOpenHelper.java270 onConfigure(db);
355 public void onConfigure(SQLiteDatabase db) {} method in class:SQLiteOpenHelper
361 * given version is created. This will be followed by {@link #onConfigure(SQLiteDatabase)} and
430 * is created, upgraded, or downgraded, do it in {@link #onConfigure} instead.
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::DecoderPassThrough
63 ALOGV("[%s] onConfigure", mComponentName.c_str());
H A DNuPlayerDecoder.cpp278 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::Decoder
294 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), mSurface.get());
322 err = nativeWindowDisconnect(mSurface.get(), "onConfigure");
339 ALOGV("onConfigure mCrypto: %p (%d) mIsSecure: %d",
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java195 boolean result = onConfigure(data.options);
352 public boolean onConfigure(List<PersistableBundle> options) { method in class:TrustAgentService
589 public void onConfigure(List<PersistableBundle> args, IBinder token) { method in class:TrustAgentService.TrustAgentServiceWrapper

Completed in 445 milliseconds