Home
last modified time | relevance | path

Searched refs:onConfigure (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java156 boolean result = onConfigure(data.options);
243 public boolean onConfigure(List<PersistableBundle> options) { in onConfigure() method in TrustAgentService
375 public void onConfigure(List<PersistableBundle> args, IBinder token) { in onConfigure() method in TrustAgentService.TrustAgentServiceWrapper
DITrustAgentService.aidl30 oneway void onConfigure(in List<PersistableBundle> options, IBinder token); in onConfigure() method
/frameworks/base/core/java/android/database/sqlite/
DSQLiteOpenHelper.java239 onConfigure(db); in getDatabaseLocked()
311 public void onConfigure(SQLiteDatabase db) {} in onConfigure() method in SQLiteOpenHelper
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.h38 virtual void onConfigure(const sp<AMessage> &format);
DNuPlayerDecoderBase.h67 virtual void onConfigure(const sp<AMessage> &format) = 0;
DNuPlayerDecoder.h44 virtual void onConfigure(const sp<AMessage> &format);
DNuPlayerDecoderBase.cpp129 onConfigure(format); in onMessageReceived()
DNuPlayerDecoderPassThrough.cpp62 void NuPlayer::DecoderPassThrough::onConfigure(const sp<AMessage> &format) { in onConfigure() function in android::NuPlayer::DecoderPassThrough
DNuPlayerDecoder.cpp236 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) { in onConfigure() function in android::NuPlayer::Decoder
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java363 mTrustAgentService.onConfigure(config, mSetTrustAgentFeaturesToken); in updateDevicePolicyFeatures()
366 mTrustAgentService.onConfigure(Collections.EMPTY_LIST, null); in updateDevicePolicyFeatures()
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java117 public boolean onConfigure(List<PersistableBundle> options) { in onConfigure() method in SampleTrustAgent
/frameworks/base/api/
Dsystem-current.txt10808 method public void onConfigure(android.database.sqlite.SQLiteDatabase);
30908 method public boolean onConfigure(java.util.List<android.os.PersistableBundle>);
Dcurrent.txt10471 method public void onConfigure(android.database.sqlite.SQLiteDatabase);