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.cpp68 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::DecoderPassThrough
69 ALOGV("[%s] onConfigure", mComponentName.c_str());
H A DNuPlayerDecoder.cpp120 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { function in class:android::NuPlayer::Decoder
140 ALOGV("[%s] onConfigure (surface=%p)", mComponentName.c_str(), surface.get());
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java127 boolean result = onConfigure(data.options);
212 public boolean onConfigure(List<PersistableBundle> options) { method in class:TrustAgentService
320 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.java116 public boolean onConfigure(List<PersistableBundle> options) { method in class:SampleTrustAgent
122 Log.w(TAG, "onConfigure() called with no options");

Completed in 144 milliseconds