Searched refs:onConfigure (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl30 oneway void onConfigure(in List<PersistableBundle> options, IBinder token);
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/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h38 virtual void onConfigure(const sp<AMessage> &format);
H A DNuPlayerDecoderBase.h70 virtual void onConfigure(const sp<AMessage> &format) = 0;
H A DNuPlayerDecoder.h44 virtual void onConfigure(const sp<AMessage> &format);
H A DNuPlayerDecoderBase.cpp137 onConfigure(format);
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/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/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java373 mTrustAgentService.onConfigure(config, mSetTrustAgentFeaturesToken);
376 mTrustAgentService.onConfigure(Collections.EMPTY_LIST, null);
/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 1052 milliseconds