/android/generated/android/app/admin/DevicePolicyManager.cs

https://bitbucket.org/festevezga/xobotos · C# · 334 lines · 284 code · 50 blank · 0 comment · 0 complexity · efede5e2fc579242c2d88e798dedd5de MD5 · raw file

  1. using Sharpen;
  2. namespace android.app.admin
  3. {
  4. [Sharpen.Stub]
  5. public class DevicePolicyManager
  6. {
  7. [Sharpen.Stub]
  8. public static android.app.admin.DevicePolicyManager create(android.content.Context
  9. context, android.os.Handler handler)
  10. {
  11. throw new System.NotImplementedException();
  12. }
  13. [Sharpen.Stub]
  14. public virtual bool isAdminActive(android.content.ComponentName who)
  15. {
  16. throw new System.NotImplementedException();
  17. }
  18. [Sharpen.Stub]
  19. public virtual java.util.List<android.content.ComponentName> getActiveAdmins()
  20. {
  21. throw new System.NotImplementedException();
  22. }
  23. [Sharpen.Stub]
  24. public virtual bool packageHasActiveAdmins(string packageName)
  25. {
  26. throw new System.NotImplementedException();
  27. }
  28. [Sharpen.Stub]
  29. public virtual void removeActiveAdmin(android.content.ComponentName who)
  30. {
  31. throw new System.NotImplementedException();
  32. }
  33. [Sharpen.Stub]
  34. public virtual bool hasGrantedPolicy(android.content.ComponentName admin, int usesPolicy
  35. )
  36. {
  37. throw new System.NotImplementedException();
  38. }
  39. [Sharpen.Stub]
  40. public virtual void setPasswordQuality(android.content.ComponentName admin, int quality
  41. )
  42. {
  43. throw new System.NotImplementedException();
  44. }
  45. [Sharpen.Stub]
  46. public virtual int getPasswordQuality(android.content.ComponentName admin)
  47. {
  48. throw new System.NotImplementedException();
  49. }
  50. [Sharpen.Stub]
  51. public virtual void setPasswordMinimumLength(android.content.ComponentName admin,
  52. int length)
  53. {
  54. throw new System.NotImplementedException();
  55. }
  56. [Sharpen.Stub]
  57. public virtual int getPasswordMinimumLength(android.content.ComponentName admin)
  58. {
  59. throw new System.NotImplementedException();
  60. }
  61. [Sharpen.Stub]
  62. public virtual void setPasswordMinimumUpperCase(android.content.ComponentName admin
  63. , int length)
  64. {
  65. throw new System.NotImplementedException();
  66. }
  67. [Sharpen.Stub]
  68. public virtual int getPasswordMinimumUpperCase(android.content.ComponentName admin
  69. )
  70. {
  71. throw new System.NotImplementedException();
  72. }
  73. [Sharpen.Stub]
  74. public virtual void setPasswordMinimumLowerCase(android.content.ComponentName admin
  75. , int length)
  76. {
  77. throw new System.NotImplementedException();
  78. }
  79. [Sharpen.Stub]
  80. public virtual int getPasswordMinimumLowerCase(android.content.ComponentName admin
  81. )
  82. {
  83. throw new System.NotImplementedException();
  84. }
  85. [Sharpen.Stub]
  86. public virtual void setPasswordMinimumLetters(android.content.ComponentName admin
  87. , int length)
  88. {
  89. throw new System.NotImplementedException();
  90. }
  91. [Sharpen.Stub]
  92. public virtual int getPasswordMinimumLetters(android.content.ComponentName admin)
  93. {
  94. throw new System.NotImplementedException();
  95. }
  96. [Sharpen.Stub]
  97. public virtual void setPasswordMinimumNumeric(android.content.ComponentName admin
  98. , int length)
  99. {
  100. throw new System.NotImplementedException();
  101. }
  102. [Sharpen.Stub]
  103. public virtual int getPasswordMinimumNumeric(android.content.ComponentName admin)
  104. {
  105. throw new System.NotImplementedException();
  106. }
  107. [Sharpen.Stub]
  108. public virtual void setPasswordMinimumSymbols(android.content.ComponentName admin
  109. , int length)
  110. {
  111. throw new System.NotImplementedException();
  112. }
  113. [Sharpen.Stub]
  114. public virtual int getPasswordMinimumSymbols(android.content.ComponentName admin)
  115. {
  116. throw new System.NotImplementedException();
  117. }
  118. [Sharpen.Stub]
  119. public virtual void setPasswordMinimumNonLetter(android.content.ComponentName admin
  120. , int length)
  121. {
  122. throw new System.NotImplementedException();
  123. }
  124. [Sharpen.Stub]
  125. public virtual int getPasswordMinimumNonLetter(android.content.ComponentName admin
  126. )
  127. {
  128. throw new System.NotImplementedException();
  129. }
  130. [Sharpen.Stub]
  131. public virtual void setPasswordHistoryLength(android.content.ComponentName admin,
  132. int length)
  133. {
  134. throw new System.NotImplementedException();
  135. }
  136. [Sharpen.Stub]
  137. public virtual void setPasswordExpirationTimeout(android.content.ComponentName admin
  138. , long timeout)
  139. {
  140. throw new System.NotImplementedException();
  141. }
  142. [Sharpen.Stub]
  143. public virtual long getPasswordExpirationTimeout(android.content.ComponentName admin
  144. )
  145. {
  146. throw new System.NotImplementedException();
  147. }
  148. [Sharpen.Stub]
  149. public virtual long getPasswordExpiration(android.content.ComponentName admin)
  150. {
  151. throw new System.NotImplementedException();
  152. }
  153. [Sharpen.Stub]
  154. public virtual int getPasswordHistoryLength(android.content.ComponentName admin)
  155. {
  156. throw new System.NotImplementedException();
  157. }
  158. [Sharpen.Stub]
  159. public virtual int getPasswordMaximumLength(int quality)
  160. {
  161. throw new System.NotImplementedException();
  162. }
  163. [Sharpen.Stub]
  164. public virtual bool isActivePasswordSufficient()
  165. {
  166. throw new System.NotImplementedException();
  167. }
  168. [Sharpen.Stub]
  169. public virtual int getCurrentFailedPasswordAttempts()
  170. {
  171. throw new System.NotImplementedException();
  172. }
  173. [Sharpen.Stub]
  174. public virtual void setMaximumFailedPasswordsForWipe(android.content.ComponentName
  175. admin, int num)
  176. {
  177. throw new System.NotImplementedException();
  178. }
  179. [Sharpen.Stub]
  180. public virtual int getMaximumFailedPasswordsForWipe(android.content.ComponentName
  181. admin)
  182. {
  183. throw new System.NotImplementedException();
  184. }
  185. [Sharpen.Stub]
  186. public virtual bool resetPassword(string password, int flags)
  187. {
  188. throw new System.NotImplementedException();
  189. }
  190. [Sharpen.Stub]
  191. public virtual void setMaximumTimeToLock(android.content.ComponentName admin, long
  192. timeMs)
  193. {
  194. throw new System.NotImplementedException();
  195. }
  196. [Sharpen.Stub]
  197. public virtual long getMaximumTimeToLock(android.content.ComponentName admin)
  198. {
  199. throw new System.NotImplementedException();
  200. }
  201. [Sharpen.Stub]
  202. public virtual void lockNow()
  203. {
  204. throw new System.NotImplementedException();
  205. }
  206. [Sharpen.Stub]
  207. public virtual void wipeData(int flags)
  208. {
  209. throw new System.NotImplementedException();
  210. }
  211. [Sharpen.Stub]
  212. public virtual android.content.ComponentName setGlobalProxy(android.content.ComponentName
  213. admin, java.net.Proxy proxySpec, java.util.List<string> exclusionList)
  214. {
  215. throw new System.NotImplementedException();
  216. }
  217. [Sharpen.Stub]
  218. public virtual android.content.ComponentName getGlobalProxyAdmin()
  219. {
  220. throw new System.NotImplementedException();
  221. }
  222. [Sharpen.Stub]
  223. public virtual int setStorageEncryption(android.content.ComponentName admin, bool
  224. encrypt)
  225. {
  226. throw new System.NotImplementedException();
  227. }
  228. [Sharpen.Stub]
  229. public virtual bool getStorageEncryption(android.content.ComponentName admin)
  230. {
  231. throw new System.NotImplementedException();
  232. }
  233. [Sharpen.Stub]
  234. public virtual int getStorageEncryptionStatus()
  235. {
  236. throw new System.NotImplementedException();
  237. }
  238. [Sharpen.Stub]
  239. public virtual void setCameraDisabled(android.content.ComponentName admin, bool disabled
  240. )
  241. {
  242. throw new System.NotImplementedException();
  243. }
  244. [Sharpen.Stub]
  245. public virtual bool getCameraDisabled(android.content.ComponentName admin)
  246. {
  247. throw new System.NotImplementedException();
  248. }
  249. [Sharpen.Stub]
  250. public virtual void setActiveAdmin(android.content.ComponentName policyReceiver,
  251. bool refreshing)
  252. {
  253. throw new System.NotImplementedException();
  254. }
  255. [Sharpen.Stub]
  256. public virtual android.app.admin.DeviceAdminInfo getAdminInfo(android.content.ComponentName
  257. cn)
  258. {
  259. throw new System.NotImplementedException();
  260. }
  261. [Sharpen.Stub]
  262. public virtual void getRemoveWarning(android.content.ComponentName admin, android.os.RemoteCallback
  263. result)
  264. {
  265. throw new System.NotImplementedException();
  266. }
  267. [Sharpen.Stub]
  268. public virtual void setActivePasswordState(int quality, int length, int letters,
  269. int uppercase, int lowercase, int numbers, int symbols, int nonletter)
  270. {
  271. throw new System.NotImplementedException();
  272. }
  273. [Sharpen.Stub]
  274. public virtual void reportFailedPasswordAttempt()
  275. {
  276. throw new System.NotImplementedException();
  277. }
  278. [Sharpen.Stub]
  279. public virtual void reportSuccessfulPasswordAttempt()
  280. {
  281. throw new System.NotImplementedException();
  282. }
  283. }
  284. }